- GetPrivateData
HRESULT GetPrivateData(REFGUID guid, uint* pDataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetName
HRESULT SetName(wchar* Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateData
HRESULT SetPrivateData(REFGUID guid, uint DataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID guid, IUnknown* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.