Searched defs:pul (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/os2/
H A Dthread-os2.cpp72 PULONG pul; local
73 int rc = DosAllocThreadLocalMemory(1, &pul);
76 g_ppCurThread = (PRTTHREADINT *)(void *)pul;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriver.cpp783 ULONG APIENTRY VBoxDispDrvDitherColor(DHPDEV dhpdev, ULONG iMode, ULONG rgb, ULONG *pul) argument
/vbox/include/iprt/
H A Dtypes.h2435 unsigned long *pul; member in union:RTPTRUNION
2474 unsigned long const *pul; member in union:RTCPTRUNION
2513 unsigned long volatile *pul; member in union:RTVPTRUNION
2552 unsigned long const volatile *pul; member in union:RTCVPTRUNION

Completed in 114 milliseconds