winapi::winnt::PSECURE_MEMORY_CACHE_CALLBACK
[-] [+]
[src]
type PSECURE_MEMORY_CACHE_CALLBACK = Option<unsafe extern "system" fn(Addr: PVOID, Range: SIZE_T) -> BOOLEAN>;
type PSECURE_MEMORY_CACHE_CALLBACK = Option<unsafe extern "system" fn(Addr: PVOID, Range: SIZE_T) -> BOOLEAN>;
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).