Skip to content

DirCtxFree

Function : Dir
DirCtxFree - Frees a directory context.

#include <dirctx.h>
void LNPUBLIC DirCtxFree(

    DIRCTX  hCtx);
Description :

Frees a directory context.

Parameters : Input : hCtx - Directory context for this operation. May be NULLDIRCTX.

See Also : DirCtxAlloc2