[]
public static extern int CreateStreamOnHGlobal(nint hGlobal, bool fDeleteOnRelease, ref nint istream)
Public Shared Function CreateStreamOnHGlobal(hGlobal As IntPtr, fDeleteOnRelease As Boolean, ByRef istream As IntPtr) As Integer
| Type | Name | Description |
|---|---|---|
| nint | hGlobal | |
| bool | fDeleteOnRelease | |
| nint | istream |
| Type | Description |
|---|---|
| int |