pub type PRJ_GET_DIRECTORY_ENUMERATION_CB = Option<unsafe extern "system" fn(callbackdata: *const PRJ_CALLBACK_DATA, enumerationid: *const GUID, searchexpression: PCWSTR, direntrybufferhandle: PRJ_DIR_ENTRY_BUFFER_HANDLE) -> HRESULT>;

Aliased Type§

enum PRJ_GET_DIRECTORY_ENUMERATION_CB {
    None,
    Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: *const GUID, _: PCWSTR, _: PRJ_DIR_ENTRY_BUFFER_HANDLE) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: *const GUID, _: PCWSTR, _: PRJ_DIR_ENTRY_BUFFER_HANDLE) -> HRESULT)

Some value of type T.