Struct win_sys::SystemServices::TRANSACTIONMANAGER_LOGPATH_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTIONMANAGER_LOGPATH_INFORMATION {
pub LogPathLength: u32,
pub LogPath: [u16; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
LogPathLength: u32LogPath: [u16; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more