DirCtxFree
Function : Dir
DirCtxFree - Frees a directory context.
#include <dirctx.h>
void LNPUBLIC DirCtxFree(
DIRCTX hCtx);
Frees a directory context.
Parameters : Input : hCtx - Directory context for this operation. May be NULLDIRCTX.
See Also : DirCtxAlloc2