// ntddrilapitypes.h
typedef struct RILSETCALLBARRINGSTATUSPARAMS {
DWORD dwExecutor;
RILCALLBARRINGSTATUSPARAMSTYPE dwType;
BOOL fAllClasses;
DWORD dwInfoClasses;
BOOL fPassword;
char szPassword[256];
RILCALLBARRINGSTATUSPARAMSSTATUS dwStatus;
} RILSETCALLBARRINGSTATUSPARAMS, *LPRILSETCALLBARRINGSTATUSPARAMS;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILSETCALLBARRINGSTATUSPARAMS {
DWORD dwExecutor;
RILCALLBARRINGSTATUSPARAMSTYPE dwType;
BOOL fAllClasses;
DWORD dwInfoClasses;
BOOL fPassword;
char szPassword[256];
RILCALLBARRINGSTATUSPARAMSSTATUS dwStatus;
} RILSETCALLBARRINGSTATUSPARAMS, *LPRILSETCALLBARRINGSTATUSPARAMS;
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.
dwExecutordwTypefAllClassesdwInfoClassesfPasswordszPassworddwStatusThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwExecutordwTypefAllClassesdwInfoClassesfPasswordszPassworddwStatus