// rxprocs.h
BOOLEAN RxIsThisACscAgentOpen(
[in] IN PRX_CONTEXT RxContext
);
View the official Windows Driver Kit DDI referenceNo description available.
RxIsThisACscAgentOpen determines if a file open was made by a user-mode client-side caching agent.
RxContext [in]A pointer to the RX_CONTEXT structure.
RxIsThisACscAgentOpen returns TRUE on success or FALSE on failure.
RxIsThisACscAgentOpen is not useful for third-party network mini-redirectors since they cannot integrate into the existing client-side caching infrastructure.
The RxIsThisACscAgentOpen routine is called internally by RDBSS when initializing a V_NET_ROOT structure. A network mini-redirector integrated with client-side caching might call RxIsThisACscAgentOpen as part of the MRxCreateVNetRoot callback routine provided by the network mini-redirector.