PSTARTUP_EX_ROUTINE回呼函式 (resapi.h)
載入 資源 DLL,傳回包含函式資料表和版本號碼的結構。 PSTARTUP_EX_ROUTINE類型會定義此函式的指標。
語法
PSTARTUP_EX_ROUTINE PstartupExRoutine;
DWORD PstartupExRoutine(
[in] LPCWSTR ResourceType,
[in] DWORD MinVersionSupported,
[in] DWORD MaxVersionSupported,
[in] [in] PCLRES_CALLBACK_FUNCTION_TABLE MonitorCallbackFunctions,
[out] [out] PCLRES_FUNCTION_TABLE *ResourceDllInterfaceFunctions
)
{...}
參數
[in] ResourceType
要啟動的資源類型。
[in] MinVersionSupported
[in] MaxVersionSupported
叢集服務所支援之資源 API 的最大版本。
[in] [in] MonitorCallbackFunctions
TBD
[out] [out] ResourceDllInterfaceFunctions
TBD
傳回值
傳回碼/值 | 描述 |
---|---|
|
要求成功。 |
|
資源 DLL 不支援落在 MinVersionSupported 和 MaxVersionSupported 參數所識別範圍內的版本。 |
需求
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2012 |
目標平台 | Windows |
標頭 | resapi.h |