flat assembler
Message board for the users of flat assembler.

Index > Windows > OVERLAPPED struct

Author
Thread Post new topic Reply to topic
r22



Joined: 27 Dec 2004
Posts: 805
r22 19 Jan 2007, 23:45
Don't see it on the equates.

Quote:

typedef struct _OVERLAPPED { ULONG_PTR Internal; ULONG_PTR InternalHigh; union { struct { DWORD Offset; DWORD OffsetHigh; }; PVOID Pointer; }; HANDLE hEvent;
} OVERLAPPED, *LPOVERLAPPED;

from msdn


For win64
struct OVERLAPPED
.Internal dd 0
.InternalHigh dd 0
.Offset dd 0
.OffsetHigh dd 0
.Pointer dq 0
.hEvent dq 0
ends
Post 19 Jan 2007, 23:45
View user's profile Send private message AIM Address Yahoo Messenger Reply with quote
Garthower



Joined: 21 Apr 2006
Posts: 158
Location: Ukraine
Garthower 20 Jan 2007, 07:13
Here a working variant:

struct OVERLAPPED
Internal dd ?
InternalHigh dd ?
union
struct
Offset dd ?
OffsetHigh dd ?
ends
Pointer dq ?
ends
hEvent dq ?
ends
Post 20 Jan 2007, 07:13
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number 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-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.