Microsoft SDK for Java

IDirectDrawPalette Interface

This is an interface of the com.ms.directX package.

public interface IDirectDrawPalette extends IUnknown
{
  // Methods
  public int getCaps();
  public void getEntries(int flags, int start, int count,
        byte[] val);
  public void internalAttachDD(DirectDraw dd);
  public void setEntries(int flags, int start, int count,
        byte[] val);
}

For a description of methods and parameters, see DirectDrawPalette.

Hierarchy

IUnknown 
  |
  +--IDirectDrawPalette

© 1999 Microsoft Corporation. All rights reserved. Terms of use.