Home
last modified time | relevance | path

Searched refs:PUINT_PTR (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Ddde.h87 BOOL WINAPI UnpackDDElParam(UINT,LPARAM,PUINT_PTR,PUINT_PTR);
H A Dbasetsd.h129 typedef unsigned __int64 UINT_PTR, *PUINT_PTR; typedef
166 typedef unsigned int UINT_PTR, *PUINT_PTR; typedef
169 typedef unsigned long UINT_PTR, *PUINT_PTR; typedef
/reactos/sdk/include/host/
H A Dtypedefs.h62 typedef uint64_t ULONG_PTR, DWORD_PTR, *PULONG_PTR, UINT_PTR, *PUINT_PTR; typedef
65 typedef uint32_t ULONG_PTR, DWORD_PTR, *PULONG_PTR, UINT_PTR, *PUINT_PTR; typedef
/reactos/win32ss/user/user32/misc/
H A Dddemisc.c106 PUINT_PTR uiLo, PUINT_PTR uiHi) in UnpackDDElParam()