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.
Represents a handle to a resource indexer object. Most MRM functions require an indexer handle, which can be obtained via one of the MrmCreateResourceIndexer... functions.
Syntax
typedef struct _MrmResourceIndexerHandle {
PVOID handle;
} MrmResourceIndexerHandle, *PMrmResourceIndexerHandle;
Members
-
handle
-
Type: PVOID
-
An opaque handle to a resource indexer object. Do not use this value directly.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 10, version 1803 [desktop apps only] |
| Minimum supported server |
Windows Server [desktop apps only] |
| Header |
|