flat assembler
Message board for the users of flat assembler.

Index > Windows > Windows Include

Author
Thread Post new topic Reply to topic
roticv



Joined: 19 Jun 2003
Posts: 374
Location: Singapore
roticv 13 May 2004, 09:00
I realised that some equates are not added, so here are of them to be added. Please add to this thread if you find any equates that are not supported etc etc.

Code:
  struc WSANETWORKEVENTS
  {
    .lNetworkEvents dd ?
    .iErrorCode rb FD_MAX_EVENTS
  }
  struct WSANETWORKEVENTS

  FD_MAX_EVENTS = 10
  IPPROTO_TCP  = 6
  SOCKET_ERROR = -1
  FIONREAD = 4004667Fh
  SOCK_STREAM = 1
  SOCK_DGRAM = 2
  SOCK_RAW = 3
  SOCK_RDM = 4

struc LV_FINDINFO
{
  .flags         dd      ?
  .psz           dd      ?
  .lParam        dd      ?
  .pt            POINT
  .vkDirection   dd      ?
}
struct LV_FINDINFO

ICC_LISTVIEW_CLASSES = 00000001h
ICC_TREEVIEW_CLASSES = 00000002h
ICC_BAR_CLASSES = 00000004h
ICC_TAB_CLASSES = 00000008h
ICC_UPDOWN_CLASS = 00000010h
ICC_PROGRESS_CLASS = 00000020h
ICC_HOTKEY_CLASS = 00000040h
ICC_ANIMATE_CLASS = 00000080h
ICC_WIN95_CLASSES = 000000FFh
ICC_DATE_CLASSES = 00000100h
ICC_USEREX_CLASSES = 00000200h
ICC_COOL_CLASSES = 00000400h
ICC_INTERNET_CLASSES = 00000800h
ICC_PAGESCROLLER_CLASS = 00001000h
ICC_NATIVEFNTCTL_CLASS = 00002000h  

    
Post 13 May 2004, 09:00
View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
aaro



Joined: 21 Jun 2003
Posts: 107
Location: hel.fi
aaro 13 May 2004, 11:29
From WinSock2.h
Code:
typedef struct _WSANETWORKEVENTS {
       long lNetworkEvents;
       int iErrorCode[FD_MAX_EVENTS];
} WSANETWORKEVENTS, FAR * LPWSANETWORKEVENTS;
    

So shouldn't it be rd instead of rb?

And here's some eguates: http://board.flatassembler.net/topic.php?t=1537
Feel free to cut from there if it helps =)
Post 13 May 2004, 11:29
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.