Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
544 B

/*++ BUILD Version: 0001
*
* WOW v1.0
*
* Copyright (c) 1994, Microsoft Corporation
*
* WWMMAN.H
* WOW32 16-bit WifeMan API support (manually-coded thunks)
*
* History:
* Created 17-May-1994 by hiroh
--*/
ULONG FASTCALL WWM32MiscGetEUDCLeadByteRange(PVDMFRAME pFrame);
unsigned char far * PASCAL SkipWhite(unsigned char far *lpch);
unsigned char far * PASCAL StrtoNum(unsigned char far *lpch,
unsigned short far *lpus);
unsigned short PASCAL CharToNum(unsigned char ch);