// ntddrilapitypes.h
typedef struct RILCHANGECALLBARRINGPASSWORDPARAMS {
DWORD dwExecutor;
RILCALLBARRINGSTATUSPARAMSTYPE dwType;
char szOldPassword[256];
char szNewPassword[256];
char szConfirmPassword[256];
} RILCHANGECALLBARRINGPASSWORDPARAMS, *LPRILCHANGECALLBARRINGPASSWORDPARAMS;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILCHANGECALLBARRINGPASSWORDPARAMS {
DWORD dwExecutor;
RILCALLBARRINGSTATUSPARAMSTYPE dwType;
char szOldPassword[256];
char szNewPassword[256];
char szConfirmPassword[256];
} RILCHANGECALLBARRINGPASSWORDPARAMS, *LPRILCHANGECALLBARRINGPASSWORDPARAMS;
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.
dwExecutordwTypeszOldPasswordszNewPasswordszConfirmPasswordThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwExecutordwTypeszOldPasswordszNewPasswordszConfirmPassword