ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / DXGIObject Class / GetPrivateData Method

In This Topic
    GetPrivateData Method (DXGIObject)
    In This Topic
    HRESULT IDXGIObject::GetPrivateData([In] const GUID& Name,[InOut] unsigned int* pDataSize,[Out, Buffer] void* pData)
    Syntax
    'Declaration
     
    Public Function GetPrivateData( _
       ByVal name As Guid, _
       ByRef dataSizeRef As Integer, _
       ByVal dataRef As IntPtr _
    ) As HResult
    public HResult GetPrivateData( 
       Guid name,
       ref int dataSizeRef,
       IntPtr dataRef
    )

    Parameters

    name
    dataSizeRef
    dataRef
    See Also