Type Alias PShutdownTextServices
pub type PShutdownTextServices = Option<unsafe extern "system" fn(ptextservices: Ref<'_, IUnknown>) -> HRESULT>;
Aliased Type§
enum PShutdownTextServices {
None,
Some(unsafe extern "system" fn(_: Ref<'_, IUnknown>) -> HRESULT),
}