// ntddrilapitypes.h
typedef struct RILCAPSLOCKINGPWDLENGTH {
DWORD cbSize;
DWORD dwParams;
DWORD dwPersoFeature;
DWORD dwPasswordLength;
} RILCAPSLOCKINGPWDLENGTH, *LPRILCAPSLOCKINGPWDLENGTH;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILCAPSLOCKINGPWDLENGTH {
DWORD cbSize;
DWORD dwParams;
DWORD dwPersoFeature;
DWORD dwPasswordLength;
} RILCAPSLOCKINGPWDLENGTH, *LPRILCAPSLOCKINGPWDLENGTH;
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.
cbSizedwParamsdwPersoFeaturedwPasswordLengthThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwPersoFeaturedwPasswordLength