windows-nt/Source/XPSP1/NT/base/mvdm/wow32/wwmman.h
2020-09-26 16:20:57 +08:00

19 lines
526 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++ 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);