CryptSIPRemoveProvider function
[The CryptSIPRemoveProvider function is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Applies to: desktop apps only
The CryptSIPRemoveProvider function removes registry details of a Subject Interface Package (SIP) DLL file added by a previous call to the CryptSIPAddProvider function.
Syntax
BOOL CryptSIPRemoveProvider( __in GUID *pgProv );
Parameters
- pgProv [in]
-
A pointer to the GUID that identifies the SIP DLL to remove.
Return value
The return value is TRUE if the function succeeds; FALSE if the function fails. If the function fails, call the GetLastError function to determine the reason for failure.
Remarks
Typically you call this function to unregister an in-process COM server. The CryptSIPRemoveProvider function removes the appropriate Registry entries for the SIP provider functions.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012