Skip to content

M_CodeJam_HGlobal_Create

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

HGlobal.Create Method (Int32)

Create a new HGlobal with given size.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static HGlobalScope Create(
	int cb
)

VB

Public Shared Function Create ( 
	cb As Integer
) As HGlobalScope

F#

static member Create : 
        cb : int -> HGlobalScope 

Parameters

 

cb
Type: System.Int32
The required number of bytes in memory.

Return Value

Type: HGlobalScope
HGlobalScope instance

See Also

Reference

HGlobal Class
Create Overload
CodeJam Namespace

Clone this wiki locally