Searched defs:PSecHandle (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincred.h47 } SecHandle, *PSecHandle; typedef in typeref:struct:_SecHandle
53 typedef PSecHandle PCtxtHandle;
H A Dsspi.h61 } SecHandle, *PSecHandle; typedef in typeref:struct:_SecHandle
65 ((PSecHandle)(x))->dwLower = ((ULONG_PTR)((INT_PTR)-1)); \
66 ((PSecHandle)(x))->dwUpper = ((ULONG_PTR)((INT_PTR)-1)); \
70 ((((PSecHandle)(x))->dwLower != ((ULONG_PTR)(INT_PTR)-1)) && \
71 (((PSecHandle)(x))->dwUpper != ((ULONG_PTR)(INT_PTR)-1)))
74 typedef PSecHandle PCredHandle;
79 typedef PSecHandle PCtxtHandle;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincred.h47 } SecHandle, *PSecHandle; typedef in typeref:struct:_SecHandle
53 typedef PSecHandle PCtxtHandle;
H A Dsspi.h61 } SecHandle, *PSecHandle; typedef in typeref:struct:_SecHandle
65 ((PSecHandle)(x))->dwLower = ((ULONG_PTR)((INT_PTR)-1)); \
66 ((PSecHandle)(x))->dwUpper = ((ULONG_PTR)((INT_PTR)-1)); \
70 ((((PSecHandle)(x))->dwLower != ((ULONG_PTR)(INT_PTR)-1)) && \
71 (((PSecHandle)(x))->dwUpper != ((ULONG_PTR)(INT_PTR)-1)))
74 typedef PSecHandle PCredHandle;
79 typedef PSecHandle PCtxtHandle;

Completed in 56 milliseconds