realbasic-nug
[Top] [All Lists]

Re: Win32 struct -> RB struct translation

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Win32 struct -> RB struct translation
From: "E. Tejkowski" <lists at sonicamigos dot com>
Date: Mon, 1 Oct 2007 01:11:58 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C3E6B1C5-19AD-45AD-88AE-EEA00F58E2F4 at sonicamigos dot com> <5E0ECF20-83AF-4E48-87F1-1BB7C1159566 at great-white-software dot com> <04826245-5437-4919-AABC-15B22BC04CE5 at sonicamigos dot com> <C5E2FABA-2B46-4B04-A069-DB9AC763DA09 at great-white-software dot com>
On Oct 1, 2007, at 12:58 AM, Norman Palardy wrote:

> On 30-Sep-07, at 11:23 PM, E. Tejkowski wrote:
>
>> How would you add this to an RB struct?
>
> Depends on whether you need to do anything with it
> They are structured like
>
> typedef struct _GUID {
>      unsigned long  Data1;
>      unsigned short Data2;
>      unsigned short Data3;
>      unsigned char  Data4[ 8 ];
> } GUID;

Thanks Norman. I don't know how I missed this.

-Erick
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>