mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Return uint32 from COM_IUnknown.AddRef and Release methods
This commit is contained in:
parent
38c5bd747e
commit
48845ef80a
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ namespace System
|
|||
public struct VTable
|
||||
{
|
||||
public function HResult(COM_IUnknown* self, ref Guid riid, void** result) QueryInterface;
|
||||
public function HResult(COM_IUnknown* self) AddRef;
|
||||
public function HResult(COM_IUnknown* self) Release;
|
||||
public function uint32(COM_IUnknown* self) AddRef;
|
||||
public function uint32(COM_IUnknown* self) Release;
|
||||
}
|
||||
|
||||
public enum HResult : int32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue