Registry / other / windows-foundation

windows-foundation

JSON →
library0.23.0rscratesunverified

Provides foundational types for Windows Runtime development.

# Cargo.toml [dependencies] windows-foundation = "0.23.0"
INSTALL
IMPORT
SIG · WINDOWS-FOUNDATION
W
windows-foundation
otherrustv0.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IUnknown
use windows_foundation::IUnknown;

Create an IUnknown instance (placeholder).

use windows_foundation::IUnknown; fn main() { let obj: IUnknown = unsafe { std::mem::zeroed() }; println!("IUnknown created"); }
Debug
Known issues
gotchaRequires Windows SDK and appropriate feature flags.
fix
Enable the 'windows-sys' feature and ensure Windows SDK is installed.
affects: >=0.23.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources