Resource.Resource Constructor

Language:

Initializes a new instance of the Resource class.

Definition

Visual Basic Public Sub New( _
    ByVal pUnk As IDirect3DResource9 _
)
C# public Resource(
    IDirect3DResource9 pUnk
);
C++ public:
 Resource(
    IDirect3DResource9 pUnk
);
JScript public function Resource(
    pUnk : IDirect3DResource9
);

Parameters

pUnk Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9
Unmanaged Component Object Model (COM) IDirect3DResource9 interface pointer.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.