AuthzUninstallSecurityEventSource function
The AuthzUninstallSecurityEventSource function removes the specified source from the list of valid security event sources.
Syntax
BOOL WINAPI AuthzUninstallSecurityEventSource( _In_ DWORD dwFlags, _In_ PCWSTR szEventSourceName );
Parameters
- dwFlags [in]
-
Reserved for future use; set this parameter to zero.
- szEventSourceName [in]
-
Name of the source to remove from the list of valid security event sources. This corresponds to the szEventSourceName member of the AUTHZ_SOURCE_SCHEMA_REGISTRATION structure that defines the source.
This function removes the source information from the registry. For more information about the registry keys and values affected, see the AuthzInstallSecurityEventSource function.
Return value
If the function succeeds, it returns TRUE.
If the function fails, it returns FALSE. For extended error information, call GetLastError.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Server 2003 Administration Tools Pack on Windows XP |
|
Header |
|
|
Library |
|
|
DLL |
|
See also