Struct win_sys::FileSystem::TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT [−][src]
#[repr(C)]pub struct TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT {
pub PropagationCookie: u32,
pub UOW: GUID,
pub TmIdentity: GUID,
pub BufferLength: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
PropagationCookie: u32UOW: GUIDTmIdentity: GUIDBufferLength: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more