Accusoft NotateXpress 12
GrpGetUserLong Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpGetUserLong Method

Glossary Item Box

Description

Gets a long that the application may associate for the specified group.

Syntax

Visual Basic
Public Function GrpGetUserLong( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long _
) As Long

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.

Return Type

The value which is associated with the specified group.

Remarks

The UserLong is a long value allocated by each group and reserved for use by the application to store a private long value to associate to a group.

See Also

©2013. Accusoft Corporation. All Rights Reserved.