Platform SDK: Access Control

FreeSid

The FreeSid function frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid function.

PVOID FreeSid(
  PSID pSid   // SID to free
);

Parameters

pSid
[in] Pointer to the SID structure to free.

Return Values

This function does not return a value.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Header: Declared in Winbase.h; include Windows.h.
  Library: Use Advapi32.lib.

See Also

Access Control Overview, Access Control Functions, AllocateAndInitializeSid, SID