Microsoft DirectX 8.0 (C++) |
Sets global values for the performance.
HRESULT SetGlobalParam( REFGUID rguidType, void* pParam, DWORD dwSize );
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 |
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.
Header: Declared in dmusici.h.
IDirectMusicPerformance8::GetGlobalParam, IDirectMusicPerformance8::SetParam, Performance Parameters