|
|
|||||||||||||
Interface IEnumSurfacesCallbackpublic interface IEnumSurfacesCallback extends IUnknown { // Methods public void callbackEnumSurfaces(DirectDrawSurface f, DDSurfaceDesc surfDesc, IUnknown ctxt); } Use with DirectDraw.enumSurfaces and DirectDrawSurface.enumAttachedSurfaces to set the callback function to be called for each specified surface. Also see com.ms.directX.DirectDraw, com.ms.directX.DirectDrawSurface IUnknown | +--IEnumSurfacesCallback MethodscallbackEnumSurfacespublic void callbackEnumSurfaces(DirectDrawSurface f, DDSurfaceDesc surfDesc, IUnknown ctxt);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |