Microsoft DirectX 9.0 SDK Update (October 2004)

GraphicsStream.InternalDataPointer Property

Language:

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

This internal data member is the direct pointer to the unmanaged memory. It can be used, for example, to glue in unmanaged code that renders to dynamic textures.

Definition

Visual Basic .NET Public ReadOnly Property InternalDataPointer
C# public void InternalDataPointer { get; }
Managed C++ public: __property void get_InternalDataPointer();
JScript .NET public function get InternalDataPointer() : void

Property Value

System.Void . Retrieves a void pointer to the stream object's internal data.

This property is read-only. 

© 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