CryptSIPRetrieveSubjectGuid (CRYPT32.@)
BOOL CryptSIPRetrieveSubjectGuid ( LPCWSTR FileName, HANDLE hFileIn, GUID* pgSubject )
Determine the right SIP GUID for the given file.
FileName | [In] | Filename. |
hFileIn | [In] | Optional handle to the file. |
pgSubject | [Out] | The SIP's GUID. |
Success: TRUE. pgSubject contains the SIP GUID.
Failure: FALSE. (Look at GetLastError).
On failure pgSubject will contain a NULL GUID. The handle is always preferred above the filename.
Declared in "include/mssip.h". gitlab.winehq.org/wine/wine/blob/master/include/mssip.h
Implemented in "dlls/crypt32/sip.c". gitlab.winehq.org/wine/wine/blob/master/dlls/crypt32/sip.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.