RILSUPSVCINFO - NtDoc

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

typedef struct RILSUPSVCINFO {
  DWORD                           cbSize;
  DWORD                           dwParams;
  DWORD                           dwExecutor;
  DWORD                           fFromNetwork;
  DWORD                           dwFailureReason;
  RILSUPSVCACTION                 dwSupSvcAction;
  RILCALLFORWARDINGSETTINGSREASON dwCallForwardingReason;
  RILCALLBARRINGSTATUSPARAMSTYPE  dwCallBarringType;
  RILSUPSVCTYPE                   dwSupSvcType;
  DWORD                           dwInfoClasses;
  RILALPHAIDENTIFIER              aiIdentifier;
  char                            szCallBarringPassword[256];
  char                            szNewCallBarringPassword[256];
  RILCALLFORWARDINGSETTINGS       callForwardSettings;
  RILCALLERIDSETTINGS             callerIdSettings;
  RILDIALEDIDSETTINGS             dialedIdSettings;
  RILHIDEIDSETTINGS               hideIdSettings;
  RILHIDECONNECTEDIDSETTINGS      hideConnectedIdSettings;
  RILSUPSERVICEDATA               supServiceData;
} RILSUPSVCINFO, *LPRILSUPSVCINFO;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef struct RILSUPSVCINFO {
  DWORD                           cbSize;
  DWORD                           dwParams;
  DWORD                           dwExecutor;
  DWORD                           fFromNetwork;
  DWORD                           dwFailureReason;
  RILSUPSVCACTION                 dwSupSvcAction;
  RILCALLFORWARDINGSETTINGSREASON dwCallForwardingReason;
  RILCALLBARRINGSTATUSPARAMSTYPE  dwCallBarringType;
  RILSUPSVCTYPE                   dwSupSvcType;
  DWORD                           dwInfoClasses;
  RILALPHAIDENTIFIER              aiIdentifier;
  char                            szCallBarringPassword[256];
  char                            szNewCallBarringPassword[256];
  RILCALLFORWARDINGSETTINGS       callForwardSettings;
  RILCALLERIDSETTINGS             callerIdSettings;
  RILDIALEDIDSETTINGS             dialedIdSettings;
  RILHIDEIDSETTINGS               hideIdSettings;
  RILHIDECONNECTEDIDSETTINGS      hideConnectedIdSettings;
  RILSUPSERVICEDATA               supServiceData;
} RILSUPSVCINFO, *LPRILSUPSVCINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILSUPSVCINFO 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

fFromNetwork

dwFailureReason

dwSupSvcAction

dwCallForwardingReason

dwCallBarringType

dwSupSvcType

dwInfoClasses

aiIdentifier

szCallBarringPassword

szNewCallBarringPassword

callForwardSettings

callerIdSettings

dialedIdSettings

hideIdSettings

hideConnectedIdSettings

supServiceData


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

RILSUPSVCINFO 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

fFromNetwork

dwFailureReason

dwSupSvcAction

dwCallForwardingReason

dwCallBarringType

dwSupSvcType

dwInfoClasses

aiIdentifier

szCallBarringPassword

szNewCallBarringPassword

callForwardSettings

callerIdSettings

dialedIdSettings

hideIdSettings

hideConnectedIdSettings

supServiceData