Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a name cache. This structure does not contain any fields that are useful to a client, but it must be passed back into all of the name cache APIs.
Syntax
typedef struct NAME_CACHE_CONTEXT {
DWORD m_dwSignature;
} *PNAME_CACHE_CONTEXT;
Members
m_dwSignature
The signature to this structure to ensure whether this name cache context is valid.
Note Users should never change this for any reason.
Requirements
Requirement | Value |
---|---|
Header | filehc.h |