Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ___location capability of the Windows Store app of the given thread
Syntax
HRESULT CheckLocationCapability(
DWORD dwClientThreadId
);
Parameters
dwClientThreadId
Thread Id of the app to check the ___location capability of
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded and the app is ___location enabled. |
|
The app has not declared ___location capability or the user has declined or revoked ___location access. |
|
An invalid client thread was provided. |
Remarks
Note CheckLocationCapability is available in Windows 8.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | sensorsapi.h |