NAME_CACHE_CONTEXT structure (filehc.h)

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