LocationClose
Other versions of this page are also available for the following:
8/28/2008
This function de-initializes the use of the Location Framework functions.
Syntax
DWORD LocationClose(
HLOCATION hLocation // HLOCATION returned by LocationOpen
);
Parameters
- hLocation
A handle to the Location Framework returned from a call to LocationOpen.
Return Value
If successful, returns ERROR_SUCCESS.
If unsuccessful, returns an error code.
Remarks
Calling this function will cause any report types registered via LocationRegisterForReport and plugin IOCTL handles that were associated with the hLocation handle to be closed automatically.
Requirements
Header | lfapi.h |
Library | lfapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |