Home
last modified time | relevance | path

Searched refs:PWORD (Results 1 – 8 of 8) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dvdmdbg.h308 … WINAPI VDMGetAddrExpression(LPSTR szModule,LPSTR szSymbol,PWORD Selector,PDWORD Offset,PWORD Type…
338 typedef WINBOOL (WINAPI *VDMGETADDREXPRESSIONPROC)(LPSTR,LPSTR,PWORD,PDWORD,PWORD);
Drasshost.h40 DWORD WINAPI RasSecurityDialogReceive(HPORT hPort,PBYTE pBuffer,PWORD pBufferLength,DWORD Timeout,H…
Dminwindef.h148 typedef WORD *PWORD; typedef
Dwindns.h94 #define DNS_HEADER_FLAGS(pHead) (*((PWORD)(pHead)+1))
Dwinspool.h1005 PWORD pFields;
/third_party/boost/libs/winapi/test/run/
Dbasic_types_abi.cpp33 BOOST_WINAPI_TEST_TYPE_SAME(PWORD); in main()
/third_party/boost/boost/winapi/
Dbasic_types.hpp114 typedef ::PWORD PWORD_;
/third_party/python/Lib/ctypes/
Dwintypes.py202 LPWORD = PWORD = ctypes.POINTER(WORD)