-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_HGlobal_Create
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Create a new HGlobal with given size.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static HGlobalScope Create(
int cb
)
VB
Public Shared Function Create (
cb As Integer
) As HGlobalScope
F#
static member Create :
cb : int -> HGlobalScope
- cb
- Type: System.Int32
The required number of bytes in memory.
Type: HGlobalScope
HGlobalScope instance