Share via


LocationPluginClose

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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.

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