Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The ReleaseContext function releases a file HANDLE context not associated with the cache.
void ReleaseContext( PFIO_CONTEXT pFioContext ) ;
Each reference count increment through a call to AddRefContext must be decremented with a call to ReleaseContext. The AssociateFile function automatically increments the reference count when called as well. The FIO_CONTEXT and the associated file handle are not released until the reference count reaches zero.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in filehc.h; include filehc.h.
Library: Use fcachdll.lib.