ホーム › Devices.Geolocation › ILocation
ILocation
COMメソッド 9
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT RegisterForReport(ILocationEvents* pEvents, GUID* reportType, DWORD dwRequestedReportInterval) |
| 4 | HRESULT UnregisterForReport(GUID* reportType) |
| 5 | HRESULT GetReport(GUID* reportType, ILocationReport** ppLocationReport) |
| 6 | HRESULT GetReportStatus(GUID* reportType, LOCATION_REPORT_STATUS* pStatus) |
| 7 | HRESULT GetReportInterval(GUID* reportType, DWORD* pMilliseconds) |
| 8 | HRESULT SetReportInterval(GUID* reportType, DWORD millisecondsRequested) |
| 9 | HRESULT GetDesiredAccuracy(GUID* reportType, LOCATION_DESIRED_ACCURACY* pDesiredAccuracy) |
| 10 | HRESULT SetDesiredAccuracy(GUID* reportType, LOCATION_DESIRED_ACCURACY desiredAccuracy) |
| 11 | HRESULT RequestPermissions(HWND hParent, GUID* pReportTypes, DWORD count, BOOL fModal) |