Microsoft DirectX 9.0 SDK Update (October 2004)

GraphicsStream.GraphicsStream Constructor

Language:

Note: This documentation is preliminary and is subject to change.

Initializes a new instance of the GraphicsStream class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal pDataPointer As Void, _
    ByVal size As Long, _
    ByVal bufferPointer As Void _
)
C# public GraphicsStream(
    void pDataPointer,
    long size,
    void bufferPointer
);
Managed C++ public: GraphicsStream(
    void pDataPointer,
    long size,
    void bufferPointer
);
JScript .NET public function GraphicsStream(
    pDataPointer : void,
    size : long,
    bufferPointer : void
);

Parameters

pDataPointer System.Void. Reference to the graphics data in the stream buffer.
size System.Int64. Size of the data referenced by dataPointer.
bufferPointer System.Void. Reference to the actual stream buffer.

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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center