DestroyResourceIndexer function

Frees the computational resources associated with the specified resource indexer.

Syntax


void DestroyResourceIndexer(
  _In_opt_ PVOID resourceIndexer
);

Parameters

resourceIndexer [in, optional]

The resource indexer for which you want to free the computational resources.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Resourceindexer.h

Library

Mrmsupport.lib

DLL

Mrmsupport.dll

See also

CreateResourceIndexer

 

 

Show: