Struct winapi::um::winnt::TRANSACTIONMANAGER_LOGPATH_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTIONMANAGER_LOGPATH_INFORMATION {
pub LogPathLength: DWORD,
pub LogPath: [WCHAR; 1],
}
Fields
LogPathLength: DWORD
LogPath: [WCHAR; 1]
Trait Implementations
Returns the “default value” for a type. Read more