Edit

Share via


DiskQuotaControl.InvalidateSidNameCache method

Invalidates the security ID user name cache.

Syntax

DiskQuotaControl.InvalidateSidNameCache()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

User names and associated security IDs are stored in a cache. You can clear this cache by calling InvalidateSidNameCache. If you subsequently create a new user object, the information will have to be obtained from the ___domain controller, and the cache will have to be reestablished.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Dskquota.h
DLL
Shell32.dll (version 5.0 or later)

See also

DiskQuotaControl Object