pub type PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME = Option<unsafe extern "system" fn(hcluster: HCLUSTER, hself: HANDLE, lpszresourcetype: PCWSTR, brecurse: BOOL) -> HRESOURCE>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PRESUTIL_GET_RESOURCE_DEPENDENCY_BY_NAME {
    None,
    Some(unsafe extern "system" fn(_: isize, _: isize, _: *const u16, _: i32) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: isize, _: *const u16, _: i32) -> isize)

Some value of type T.