LocationPluginClose (Windows Embedded CE 6.0)
1/6/2010
This function closes the IOCTL channel with the specified plugin.
Syntax
DWORD LocationPluginClose(
HLOCATION hLocation,
HLOCATIONPLUGIN hPlugin
);
Parameters
- hLocation
A handle to the Location Framework returned from a call to LocationOpen.
- hPlugin
A handle to the plugin returned from a call to LocationPluginOpen.
Return Value
If successful, returns ERROR_SUCCESS.
If unsuccessful, returns an error code.
Requirements
Header | lfapi.h |
Library | lfapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Location Framework Functions
LocationOpen
LocationPluginOpen