#[repr(C)]
pub struct CLRES_CALLBACK_FUNCTION_TABLE {
Show 15 fields pub LogEvent: PLOG_EVENT_ROUTINE, pub SetResourceStatusEx: PSET_RESOURCE_STATUS_ROUTINE_EX, pub SetResourceLockedMode: PSET_RESOURCE_LOCKED_MODE_ROUTINE, pub SignalFailure: PSIGNAL_FAILURE_ROUTINE, pub SetResourceInMemoryNodeLocalProperties: PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE, pub EndControlCall: PEND_CONTROL_CALL, pub EndTypeControlCall: PEND_TYPE_CONTROL_CALL, pub ExtendControlCall: PEXTEND_RES_CONTROL_CALL, pub ExtendTypeControlCall: PEXTEND_RES_TYPE_CONTROL_CALL, pub RaiseResTypeNotification: PRAISE_RES_TYPE_NOTIFICATION, pub ChangeResourceProcessForDumps: PCHANGE_RESOURCE_PROCESS_FOR_DUMPS, pub ChangeResTypeProcessForDumps: PCHANGE_RES_TYPE_PROCESS_FOR_DUMPS, pub SetInternalState: PSET_INTERNAL_STATE, pub SetResourceLockedModeEx: PSET_RESOURCE_LOCKED_MODE_EX_ROUTINE, pub RequestDump: PREQUEST_DUMP_ROUTINE,
}
Expand description

Required features: "Win32_Networking_Clustering", "Win32_Foundation"

Fields

LogEvent: PLOG_EVENT_ROUTINESetResourceStatusEx: PSET_RESOURCE_STATUS_ROUTINE_EXSetResourceLockedMode: PSET_RESOURCE_LOCKED_MODE_ROUTINESignalFailure: PSIGNAL_FAILURE_ROUTINESetResourceInMemoryNodeLocalProperties: PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINEEndControlCall: PEND_CONTROL_CALLEndTypeControlCall: PEND_TYPE_CONTROL_CALLExtendControlCall: PEXTEND_RES_CONTROL_CALLExtendTypeControlCall: PEXTEND_RES_TYPE_CONTROL_CALLRaiseResTypeNotification: PRAISE_RES_TYPE_NOTIFICATIONChangeResourceProcessForDumps: PCHANGE_RESOURCE_PROCESS_FOR_DUMPSChangeResTypeProcessForDumps: PCHANGE_RES_TYPE_PROCESS_FOR_DUMPSSetInternalState: PSET_INTERNAL_STATESetResourceLockedModeEx: PSET_RESOURCE_LOCKED_MODE_EX_ROUTINERequestDump: PREQUEST_DUMP_ROUTINE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.