RILREMOTEPARTYINFO 구조체(rilapitypes.h)
이 항목에서는 Windows 드라이버 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
구문
typedef struct RILREMOTEPARTYINFO {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
WCHAR wszDescription[256];
RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
DWORD dwID;
} RILREMOTEPARTYINFO, *LPRILREMOTEPARTYINFO;
멤버
cbSize
dwParams
dwExecutor
raAddress
rsaSubAddress
wszDescription[256]
dwNumberPresentationIndicator
dwNamePresentationIndicator
dwID
요구 사항
요구 사항 | 값 |
---|---|
헤더 | rilapitypes.h(Rilapitypes.h 포함) |