#[repr(C)]
pub struct USERCONFIG {
Show 20 fields pub Bitfields: ULONG, pub Bitfields2: ULONG, pub UserName: [WCHAR; 21], pub Domain: [WCHAR; 18], pub Password: [WCHAR; 15], pub WorkDirectory: [WCHAR; 257], pub InitialProgram: [WCHAR; 257], pub CallbackNumber: [WCHAR; 51], pub Callback: CALLBACKCLASS, pub Shadow: SHADOWCLASS, pub MaxConnectionTime: ULONG, pub MaxDisconnectionTime: ULONG, pub MaxIdleTime: ULONG, pub KeyboardLayout: ULONG, pub MinEncryptionLevel: BYTE, pub NWLogonServer: [WCHAR; 48], pub PublishedName: [WCHAR; 65], pub WFProfilePath: [WCHAR; 257], pub WFHomeDir: [WCHAR; 257], pub WFHomeDirDrive: [WCHAR; 4],
}

Fields

Bitfields: ULONGBitfields2: ULONGUserName: [WCHAR; 21]Domain: [WCHAR; 18]Password: [WCHAR; 15]WorkDirectory: [WCHAR; 257]InitialProgram: [WCHAR; 257]CallbackNumber: [WCHAR; 51]Callback: CALLBACKCLASSShadow: SHADOWCLASSMaxConnectionTime: ULONGMaxDisconnectionTime: ULONGMaxIdleTime: ULONGKeyboardLayout: ULONGMinEncryptionLevel: BYTENWLogonServer: [WCHAR; 48]PublishedName: [WCHAR; 65]WFProfilePath: [WCHAR; 257]WFHomeDir: [WCHAR; 257]WFHomeDirDrive: [WCHAR; 4]

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.