Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Interface IEnumModesCallback

Methods

public interface IEnumModesCallback extends IUnknown {
  public void callbackEnumModes(ddSurfaceDesc desc, IUnknown Ctxt);
}

Use with EnumDisplayModes to set the callback function to be called for each display mode exposed by the hardware.


Methods


callbackEnumModes

public void callbackEnumModes(ddSurfaceDesc desc, IUnknown Ctxt);

Application-defined callback procedure.

Return Value:

No return value.

ParameterDescription
desc A ddSurfaceDesc object that provides the monitor frequency and the mode that can be created. This data is read-only.
Ctxt Application-defined data that is passed to the callback function each time the function is called.



© 1996 Microsoft Corporation. All rights reserved.