#[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
Trait Implementations
impl Clone for KERB_SETPASSWORD_EX_REQUEST
impl Clone for KERB_SETPASSWORD_EX_REQUEST
impl Copy for KERB_SETPASSWORD_EX_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for KERB_SETPASSWORD_EX_REQUEST
impl !Send for KERB_SETPASSWORD_EX_REQUEST
impl !Sync for KERB_SETPASSWORD_EX_REQUEST
impl Unpin for KERB_SETPASSWORD_EX_REQUEST
impl UnwindSafe for KERB_SETPASSWORD_EX_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more