PSYMBOLSERVERPROCW

Type Alias PSYMBOLSERVERPROCW 

pub type PSYMBOLSERVERPROCW = Option<unsafe extern "system" fn(param0: PCWSTR, param1: PCWSTR, param2: *mut c_void, param3: u32, param4: u32, param5: PCWSTR) -> BOOL>;

Aliased Type§

pub enum PSYMBOLSERVERPROCW {
    None,
    Some(unsafe extern "system" fn(PCWSTR, PCWSTR, *mut c_void, u32, u32, PCWSTR) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCWSTR, PCWSTR, *mut c_void, u32, u32, PCWSTR) -> BOOL)

Some value of type T.