#[repr(C, packed(1))]pub struct WMP_WMDM_METADATA_ROUND_TRIP_DEVICE2PC {
pub dwCurrentTransactionID: u32,
pub dwReturnedObjectCount: u32,
pub dwUnretrievedObjectCount: u32,
pub dwDeletedObjectStartingOffset: u32,
pub dwFlags: u32,
pub wsObjectPathnameList: [u16; 1],
}
Expand description
Required features: "Win32_Media_MediaPlayer"
Fields§
§dwCurrentTransactionID: u32
§dwReturnedObjectCount: u32
§dwUnretrievedObjectCount: u32
§dwDeletedObjectStartingOffset: u32
§dwFlags: u32
§wsObjectPathnameList: [u16; 1]