RILCALLINFO_V2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

typedef struct RILCALLINFO_V2 {
  DWORD                          cbSize;
  DWORD                          dwParams;
  DWORD                          dwExecutor;
  DWORD                          dwID;
  RILCALLINFODIRECTION           dwDirection;
  RILCALLINFOSTATUS              dwStatus;
  RILCALLTYPE                    dwType;
  RILCALLINFOMULTIPARTY          dwMultiparty;
  RILADDRESS                     raAddress;
  RILSUBADDRESS                  rsaSubAddress;
  WCHAR                          wszDescription[256];
  RILREMOTEPARTYINFOVALUE        dwNumberPresentationIndicator;
  RILREMOTEPARTYINFOVALUE        dwNamePresentationIndicator;
  DWORD                          dwFlags;
  RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
  RILCALLINFODISCONNECTREASON    dwDisconnectReason;
  RILCALLDISCONNECTDETAILS       stDisconnectDetails;
} RILCALLINFO_V2, *LPRILCALLINFO_V2;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef struct RILCALLINFO_V2 {
  DWORD                          cbSize;
  DWORD                          dwParams;
  DWORD                          dwExecutor;
  DWORD                          dwID;
  RILCALLINFODIRECTION           dwDirection;
  RILCALLINFOSTATUS              dwStatus;
  RILCALLTYPE                    dwType;
  RILCALLINFOMULTIPARTY          dwMultiparty;
  RILADDRESS                     raAddress;
  RILSUBADDRESS                  rsaSubAddress;
  WCHAR                          wszDescription[256];
  RILREMOTEPARTYINFOVALUE        dwNumberPresentationIndicator;
  RILREMOTEPARTYINFOVALUE        dwNamePresentationIndicator;
  DWORD                          dwFlags;
  RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
  RILCALLINFODISCONNECTREASON    dwDisconnectReason;
  RILCALLDISCONNECTDETAILS       stDisconnectDetails;
} RILCALLINFO_V2, *LPRILCALLINFO_V2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-rilcallinfo_v2)

RILCALLINFO_V2 structure (ntddrilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

dwExecutor

dwID

dwDirection

dwStatus

dwType

dwMultiparty

raAddress

rsaSubAddress

wszDescription

dwNumberPresentationIndicator

dwNamePresentationIndicator

dwFlags

dwDisconnectInitiator

dwDisconnectReason

stDisconnectDetails


Windows Driver Kit DDI reference (ns-rilapitypes-rilcallinfo_v2)

RILCALLINFO_V2 structure (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

dwExecutor

dwID

dwDirection

dwStatus

dwType

dwMultiparty

raAddress

rsaSubAddress

wszDescription

dwNumberPresentationIndicator

dwNamePresentationIndicator

dwFlags

dwDisconnectInitiator

dwDisconnectReason

stDisconnectDetails