Home
last modified time | relevance | path

Searched refs:IOpcSignatureCustomObject (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h103 typedef interface IOpcSignatureCustomObject IOpcSignatureCustomObject; typedef
105 interface IOpcSignatureCustomObject; variable
1202 typedef interface IOpcSignatureCustomObject IOpcSignatureCustomObject; typedef
1204 interface IOpcSignatureCustomObject; variable
2303 IOpcSignatureCustomObject : public IUnknown
2319 IOpcSignatureCustomObject *This,
2324 IOpcSignatureCustomObject *This);
2327 IOpcSignatureCustomObject *This);
2331 IOpcSignatureCustomObject *This,
2338 interface IOpcSignatureCustomObject {
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h103 typedef interface IOpcSignatureCustomObject IOpcSignatureCustomObject; typedef
105 interface IOpcSignatureCustomObject; variable
1202 typedef interface IOpcSignatureCustomObject IOpcSignatureCustomObject; typedef
1204 interface IOpcSignatureCustomObject; variable
2303 IOpcSignatureCustomObject : public IUnknown
2319 IOpcSignatureCustomObject *This,
2324 IOpcSignatureCustomObject *This);
2327 IOpcSignatureCustomObject *This);
2331 IOpcSignatureCustomObject *This,
2338 interface IOpcSignatureCustomObject {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs21 pub type IOpcSignatureCustomObject = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs1327 pub struct IOpcSignatureCustomObject(::windows::runtime::IUnknown); struct
1328 impl IOpcSignatureCustomObject { implementation
1333 unsafe impl ::windows::runtime::Interface for IOpcSignatureCustomObject { implementation
1337 impl ::std::convert::From<IOpcSignatureCustomObject> for ::windows::runtime::IUnknown {
1338 fn from(value: IOpcSignatureCustomObject) -> Self { in from()
1342 impl ::std::convert::From<&IOpcSignatureCustomObject> for ::windows::runtime::IUnknown {
1343 fn from(value: &IOpcSignatureCustomObject) -> Self { in from()
1347 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IOpcSignatureCustomObject { implementation
1352 …a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IOpcSignatureCustomObject { implementation
1379 pub unsafe fn GetCurrent(&self) -> ::windows::runtime::Result<IOpcSignatureCustomObject> { in GetCurrent() argument
[all …]