RILREQUESTGEOLOCATIONDATA 構造体 (ntddrilapitypes.h)

このトピックでは、Windows ドライバー インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

構文

typedef struct RILREQUESTGEOLOCATIONDATA {
  DWORD                         cbSize;
  DWORD                         dwParams;
  DWORD                         dwExecutor;
  RILGEOLOCATIONTYPEMASK        dwLocationInformationMask;
  RILGEOLOCATIONREQUESTACCURACY dwLocationRequestAccuracy;
  RILGEOLOCATIONREQUESTINFO     rrRequestInformation;
} RILREQUESTGEOLOCATIONDATA, *LPRILREQUESTGEOLOCATIONDATA;

メンバー

cbSize

dwParams

dwExecutor

dwLocationInformationMask

dwLocationRequestAccuracy

rrRequestInformation

要件

要件
Header ntddrilapitypes.h (Rilapitypes.h を含む)