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.
Important
Use the UWP Sensor API instead.
The COM-based Sensor API is deprecated and should not be used in new applications. No additional features or enhancements are planned, and support will be limited.
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
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | sensorsapi.h |