EventAccessRemove function
Removes the permissions defined in the registry for the specified provider or session.
Syntax
ULONG EventAccessRemove( _In_ LPGUID Guid );
Parameters
- Guid [in]
-
GUID that uniquely identifies the provider or session whose permissions you want to remove from the registry.
Return value
Returns ERROR_SUCCESS if successful.
Remarks
After removing the permission from the registry, the default permissions apply to the provider or session. For details on the default permissions, see EventAccessControl.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: