Jump to content

MCIDRV_CHANGERESOURCE

From EDM2
Revision as of 02:26, 26 November 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:MCIDRV_CHANGERESOURCE}} This message is sent from the MCDs (Media Control Drivers) to MDM (Media Device Manager) to change the class and resource units assigned to the given device context. ==Syntax== <PRE> param1 ULONG ulParam1; Standard flag.: param2 PMCIDRV_CHANGERESOURCE_PARMS pParam2; Pointer to the MCIDRV_CHANGERESOURCE_PARMS structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain the following sta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is sent from the MCDs (Media Control Drivers) to MDM (Media Device Manager) to change the class and resource units assigned to the given device context.

Syntax

param1
ULONG ulParam1; /* Standard flag. */

param2
PMCIDRV_CHANGERESOURCE_PARMS pParam2; /* Pointer to the MCIDRV_CHANGERESOURCE_PARMS structure. */

Parameters

ulParam1 (ULONG) - input
This parameter can contain the following standard flag:
  • MCI_WAIT This message is not to be returned until the device context resource requirements have been changed or an error is found.
pParam2 (PMCIDRV_CHANGERESOURCE_PARMS) - input
A pointer to the MCIDRV_CHANGERESOURCE_PARMS structure.

Returns

rc (ULONG) - returns
The documentation provided does not explicitly list return codes for this message.

Remarks

This section has no remarks.