PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE callback function (resapi.h)

TBD

Syntax

PSET_RESOURCE_INMEMORY_NODELOCAL_PROPERTIES_ROUTINE PsetResourceInmemoryNodelocalPropertiesRoutine;

DWORD PsetResourceInmemoryNodelocalPropertiesRoutine(
  [in] [in] RESOURCE_HANDLE ResourceHandle,
  [in] [in] unsigned char *propertyListBuffer,
  [in]      DWORD propertyListBufferSize
)
{...}

Parameters

[in] [in] ResourceHandle

TBD

[in] [in] propertyListBuffer

TBD

[in] propertyListBufferSize

The size of the propertyListBuffer parameter.

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012
Target Platform Windows
Header resapi.h

See also

Resource DLL Callback Functions