ICivicAddressReport::GetDetailLevel method (locationapi.h)

[The Win32 Location API is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the Windows.Devices.Geolocation API. ]

Reserved.

Syntax

HRESULT GetDetailLevel(
  [out] DWORD *pDetailLevel
);

Parameters

[out] pDetailLevel

Reserved.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

To determine whether a civic address report contains valid data for a particular field, simply inspect the field's contents. If the field contains a value, you can assume that the field contains the most accurate information available.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only],Windows 7
Minimum supported server None supported
Target Platform Windows
Header locationapi.h
DLL LocationAPI.dll

See also

ICivicAddressReport