4.2.2.1.2 DSA_MSG_EXECUTE_SCRIPT_REQ_V1
The DSA_MSG_EXECUTE_SCRIPT_REQ_V1 structure defines a request message sent to the IDL_DSAExecuteScript method.
-
typedef struct { DWORD Flags; [range(1,1024)] DWORD cbPassword; [size_is(cbPassword)] BYTE* pbPassword; } DSA_MSG_EXECUTE_SCRIPT_REQ_V1;
Flags: Unused. MUST be 0 and ignored.
cbPassword: The count, in bytes, of the pbPassword array.
pbPassword: The password.