// ntddrilapitypes.h
typedef struct RILREMOTEPARTYINFO {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
WCHAR wszDescription[256];
RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
DWORD dwID;
} RILREMOTEPARTYINFO, *LPRILREMOTEPARTYINFO;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILREMOTEPARTYINFO {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
WCHAR wszDescription[256];
RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
DWORD dwID;
} RILREMOTEPARTYINFO, *LPRILREMOTEPARTYINFO;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutorraAddressrsaSubAddresswszDescriptiondwNumberPresentationIndicatordwNamePresentationIndicatordwIDThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutorraAddressrsaSubAddresswszDescriptiondwNumberPresentationIndicatordwNamePresentationIndicatordwID