flat assembler
Message board for the users of flat assembler.

Index > Windows > GUIDS

Author
Thread Post new topic Reply to topic
Miguel



Joined: 16 Jun 2003
Posts: 21
Location: Spain
Miguel 29 Jun 2003, 15:22
Hello..
..That is c... ;DEFINE_GUID(IID_IAMParse,
;0xc47a3420, 0x005c, 0x11d2, 0x90, 0x38, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x98);

; CLSID_TaskbarList '56FDF344-FD6D-11D0-958A-006097C9A090'
..That`s masm.. CLSID_TaskbarList GUID <56FDF344h,0FD6Dh,11D0h,<95h,8Ah,0,60h,97h,0C9h,0A0h,90h>>
; IID_ITaskbarList '56FDF342-FD6D-11D0-958A-006097C9A090'
IID_ITaskbarList GUID <56fdf342h,0FD6Dh,11D0h,<95h,8Ah,0,60h,97h,0C9h,0A0h,90h>>

How it woks in fasm?
Thank....

_________________
Hola,Hello...my english is not good..but..
we understand us.....
Post 29 Jun 2003, 15:22
View user's profile Send private message Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 29 Jun 2003, 17:52
This is how I defined IPicture GUID:
Code:
IID_IPicture   dd 7BF80980h
                dw 0BF32h
           dw 0101Ah
           db 08Bh,0BBh,000h,0AAh,000h,030h,00Ch,0ABh    

_________________
comrade (comrade64@live.com; http://comrade.ownz.com/)
Post 29 Jun 2003, 17:52
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
Joshua



Joined: 12 Jul 2003
Posts: 56
Location: Belgium
Joshua 13 Jul 2003, 07:01
I use this macro for it:
Code:
macro assign name,type,[value]
 {
   common
     virtual
       name type
     end virtual
   forward
     value
 }    

usage:
Code:
assign IID_IUnknown,GUID,\
           <dd 000000000H>,\
           <dw 00000H>,\
           <dw 00000H>,\
           <db 0C0H,000H,000H,000H,000H,000H,000H,046H>    
Post 13 Jul 2003, 07:01
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.