Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads a resource DLL, returning a structure that contains a function table and a version number. The PSTARTUP_EX_ROUTINE type defines a pointer to this function.
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
The type of resource to start.
[in] MinVersionSupported
The minimum version of the Resource API supported by the Cluster service.
[in] MaxVersionSupported
The maximum version of the Resource API supported by the Cluster service.
[in] [in] MonitorCallbackFunctions
TBD
[out] [out] ResourceDllInterfaceFunctions
TBD
Return code/value | Description |
---|---|
|
The request was successful. |
|
The resource DLL does not support a version that falls in the range identified by the MinVersionSupported and MaxVersionSupported parameters. |
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | resapi.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today