Home
last modified time | relevance | path

Searched refs:ulBdaNodeType (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdatypes.h554 ULONG ulBdaNodeType; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdatypes.h554 ULONG ulBdaNodeType; member
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Dbdadefs.h200 ULONG ulBdaNodeType; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs1447 pub ulBdaNodeType: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs3374 pub ulBdaNodeType: u32, field
3386 …fmt.debug_struct("BDANODE_DESCRIPTOR").field("ulBdaNodeType", &self.ulBdaNodeType).field("guidFunc… in fmt()
3391 …self.ulBdaNodeType == other.ulBdaNodeType && self.guidFunction == other.guidFunction && self.guidN… in eq()