[]
HRESULT IDXGIObject::GetPrivateData([In] const GUID& Name,[InOut] unsigned int* pDataSize,[Out, Buffer] void* pData)
public HResult GetPrivateData(Guid name, ref int dataSizeRef, IntPtr dataRef)
Public Function GetPrivateData(name As Guid, ByRef dataSizeRef As Integer, dataRef As IntPtr) As HResult
| Type | Name | Description |
|---|---|---|
| Guid | name | |
| int | dataSizeRef | |
| IntPtr | dataRef |
| Type | Description |
|---|---|
| HResult |