ProviderIoctlClose (Windows Embedded CE 6.0)
1/6/2010
A Provider DLL implements this function. The Location Framework calls this export as a result of an application calling LocationPluginClose.
Syntax
DWORD ProviderIoctlClose(
HANDLE hProv
);
Parameters
- hProv
Handle returned by ProviderIoctlOpen function.
Return Value
The Location Framework returns the value to the calling application.
Requirements
Header | lfplugin.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Location Framework Plugin Functions
ProviderIoctlOpen
LocationPluginClose