Partager via


structure CLRES_CALLBACK_FUNCTION_TABLE (resapi.h)

Représente une table de fonction pour la fonction de rappel StartupEx .

Syntaxe

typedef struct CLRES_CALLBACK_FUNCTION_TABLE {
  PLOG_EVENT_ROUTINE                                  LogEvent;
  PSET_RESOURCE_STATUS_ROUTINE_EX                     SetResourceStatusEx;
  PSET_RESOURCE_LOCKED_MODE_ROUTINE                   SetResourceLockedMode;
  PSIGNAL_FAILURE_ROUTINE                             SignalFailure;
  PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE SetResourceInMemoryNodeLocalProperties;
  PEND_CONTROL_CALL                                   EndControlCall;
  PEND_TYPE_CONTROL_CALL                              EndTypeControlCall;
  PEXTEND_RES_CONTROL_CALL                            ExtendControlCall;
  PEXTEND_RES_TYPE_CONTROL_CALL                       ExtendTypeControlCall;
  PRAISE_RES_TYPE_NOTIFICATION                        RaiseResTypeNotification;
  PCHANGE_RESOURCE_PROCESS_FOR_DUMPS                  ChangeResourceProcessForDumps;
  PCHANGE_RES_TYPE_PROCESS_FOR_DUMPS                  ChangeResTypeProcessForDumps;
  PSET_INTERNAL_STATE                                 SetInternalState;
  PSET_RESOURCE_LOCKED_MODE_EX_ROUTINE                SetResourceLockedModeEx;
  PREQUEST_DUMP_ROUTINE                               RequestDump;
  PSET_RESOURCE_WPR_POLICY_ROUTINE                    SetResourceWprPolicy;
  PARM_WPR_WATCHDOG_FOR_CURRENT_RESOURCE_CALL_ROUTINE ArmWprWatchdogForCurrentResourceCall;
} CLRES_CALLBACK_FUNCTION_TABLE, *PCLRES_CALLBACK_FUNCTION_TABLE;

Membres

LogEvent

Pointeur vers le point d’entrée LogEvent .

SetResourceStatusEx

Pointeur vers le point d’entrée SetResourceStatusEx .

SetResourceLockedMode

Pointeur vers le point d’entrée SetResourceLockedMode .

SignalFailure

Pointeur vers le point d’entrée SignalFailure .

SetResourceInMemoryNodeLocalProperties

Pointeur vers le point d’entrée SetResourceInMemoryNodeLocalProperties .

EndControlCall

Pointeur vers le point d’entrée EndControlCall .

Windows Server 2012 : ce membre a été ajouté dans Windows Server 2012 R2.

EndTypeControlCall

Pointeur vers le point d’entrée EndTypeControlCall .

Windows Server 2012 : ce membre a été ajouté dans Windows Server 2012 R2.

ExtendControlCall

Pointeur vers le point d’entrée ExtendControlCall .

Windows Server 2012 R2 et Windows Server 2012 : ce membre a été ajouté dans Windows Server 2016.

ExtendTypeControlCall

Pointeur vers le point d’entrée ExtendResTypeControlCall .

Windows Server 2012 R2 et Windows Server 2012 : ce membre a été ajouté dans Windows Server 2016.

RaiseResTypeNotification

Pointeur vers le point d’entrée RaiseResTypeNotification .

Windows Server 2012 R2 et Windows Server 2012 : ce membre a été ajouté dans Windows Server 2016.

ChangeResourceProcessForDumps

Pointeur vers le point d’entrée ChangeResourceProcessForDumps .

Windows Server 2012 R2 et Windows Server 2012 : ce membre a été ajouté dans Windows Server 2016.

ChangeResTypeProcessForDumps

Pointeur vers le point d’entrée ChangeResTypeProcessForDumps .

Windows Server 2012 R2 et Windows Server 2012 : ce membre a été ajouté dans Windows Server 2016.

SetInternalState

Pointeur vers le point d’entrée SetInternalState .

Windows Server 2012 R2 et Windows Server 2012 : ce membre a été ajouté dans Windows Server 2016.

SetResourceLockedModeEx

RequestDump

SetResourceWprPolicy

ArmWprWatchdogForCurrentResourceCall

Configuration requise

Condition requise Valeur
Client minimal pris en charge Aucun pris en charge
Serveur minimal pris en charge Windows Server 2012
En-tête resapi.h

Voir aussi

Structures de DLL de ressources