#[repr(C)]pub struct KERB_SETPASSWORD_EX_REQUEST {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub LogonId: LUID,
pub CredentialsHandle: SecHandle,
pub Flags: u32,
pub AccountRealm: UNICODE_STRING,
pub AccountName: UNICODE_STRING,
pub Password: UNICODE_STRING,
pub ClientRealm: UNICODE_STRING,
pub ClientName: UNICODE_STRING,
pub Impersonating: BOOLEAN,
pub KdcAddress: UNICODE_STRING,
pub KdcAddressType: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
, "Win32_Security_Credentials"
Fields§
§MessageType: KERB_PROTOCOL_MESSAGE_TYPE
§LogonId: LUID
§CredentialsHandle: SecHandle
§Flags: u32
§AccountRealm: UNICODE_STRING
§AccountName: UNICODE_STRING
§Password: UNICODE_STRING
§ClientRealm: UNICODE_STRING
§ClientName: UNICODE_STRING
§Impersonating: BOOLEAN
§KdcAddress: UNICODE_STRING
§KdcAddressType: u32