D3DRANGE
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DRANGE Structure


Defines a range.

Syntax

typedef struct _D3DRANGE {
    UINT Offset;
    UINT Size;
} D3DRANGE;

Members

Offset
Offset, in bytes.
Size
Size, in bytes.

Structure Information

Headerd3d9types.h
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.