CryptSIPRetrieveSubjectGuid(3w)
NAME
CryptSIPRetrieveSubjectGuid (CRYPT32.@)
SYNOPSIS
BOOL CryptSIPRetrieveSubjectGuid ( LPCWSTR FileName, HANDLE hFileIn, GUID* pgSubject )
DESCRIPTION
Determine the right SIP GUID for the given file.
PARAMS
FileName [In] Filename.
hFileIn [In] Optional handle to the file.
pgSubject [Out] The SIP's GUID.
RETURNS
Success: TRUE. pgSubject contains the SIP GUID.
Failure: FALSE. (Look at GetLastError(3w)).
NOTES
On failure pgSubject will contain a NULL GUID. The handle is always
preferred above the filename.
IMPLEMENTATION
Defined in "mssip.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/crypt32/sip.c".
- Debug channel "crypt".