| Miles Sound System SDK 7.2a |
The function AIL_platform_property retrieves and/or sets platform-specific properties for the Miles Sound System.
S32 AIL_platform_property( void object, MSS_PLATFORM_PROPERTY property, void *before_value, void const * new_value, void *after_value ); |
Non-zero for success, 0 for failure.
Applications which need to access internal MSS objects such as thread and window handles and DirectSound buffers may use this function to query and (in some cases) modify these object values. See the MSS_PLATFORM_PROPERTY type for a list of properties available under various platforms supported by Miles.
Most applications do not need to use this function. Unpredictable and difficult-to-troubleshoot consequences may arise from careless use of AIL_platform_property!
Group:
System Services
Related Functions:
AIL_platform_property
Related Basic Types:
MSS_PLATFORM_PROPERTY, S32, void, void const *
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.