The DAPIEnd function closes a directory operation session.
Header file: | DAPI.H |
Library: | DAPI.LIB |
VOID DAPIEnd(
LPDAPI_HANDLE lphDAPISession
);
None.
The DAPIEnd function closes a directory operation session opened by a call to DAPIStart. This function invalidates the DAPI_HANDLE obtained by the call to DAPIStart.
For more information on the DAPIEnd function, see Using Directory Access Functions.