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