HomeSort by relevance Sort by last modified time
    Searched refs:PSecHandle (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 82 } SecHandle,*PSecHandle;
87 #define SecInvalidateHandle(x) ((PSecHandle) x)->dwLower = ((ULONG_PTR) ((INT_PTR)-1)); ((PSecHandle) x)->dwUpper = ((ULONG_PTR) ((INT_PTR)-1));
88 #define SecIsValidHandle(x) ((((PSecHandle) x)->dwLower!=((ULONG_PTR) ((INT_PTR) -1))) && (((PSecHandle) x)->dwUpper!=((ULONG_PTR) ((INT_PTR) -1))))
91 typedef PSecHandle PCredHandle;
94 typedef PSecHandle PCtxtHandle;
    [all...]
wincred.h 23 } SecHandle,*PSecHandle;
26 typedef PSecHandle PCtxtHandle;
ntsecapi.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 516 milliseconds