IDirectMusicPerformance::SetGlobalParam
This method sets global values for the performance.
HRESULT SetGlobalParam(
REFGUID rguidType,
void* pParam,
DWORD dwSize
);
Parameters
- rguidType
Reference to (C++) or address of (C) the identifier of the type of data. - pParam
Pointer to the data to be copied and stored by the performance. - dwSize
Size of the data. This is constant for each rguidType.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following error values:
E_FAIL |
E_POINTER |
E_OUTOFMEMORY |
Remarks
The dwSize parameter is needed because the performance does not know about all types of data. New types can be created as needed.
For the parameters defined by DirectMusic and their associated data types, see Setting and Retrieving Global Parameters.
Requirements
OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.
Link Library: Dmusic.lib.
See Also
Music Parameters | IDirectMusicPerformance::GetGlobalParam | IDirectMusicPerformance::SetParam
Last updated on Monday, April 12, 2004
© 1992-2002 Microsoft Corporation. All rights reserved.