DSpContext_GetDisplayID
Use the DSpContext_GetDisplayID function to get the ID of the display a context is associated with.
OSStatus DSpContext_GetDisplayID ( DSpContextReference inContext, DisplayIDType *outDisplayID);
inContext
- A reference to a context.
outDisplayID
- On exit, a display monitor ID for the device the context is associated with.
- function result
- A result code.
DESCRIPTION
You pass the DSpContext_GetDisplayID function a reference to a context in theinContext
parameter and it returns the ID of the display the context is associated with in the outDisplayID parameter.CALLING RESTRICTIONS
Do not call this function during an interrupt.