%HANDLE_FROM_STRING

Create a memory handle from a string

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
handle = %HANDLE_FROM_STRING(string [, DM_STATIC])

Return value

handle

The memory handle created from the specified string. (D_HANDLE)

Arguments

string

A System.String object to convert to a memory handle. (a)

DM_STATIC

(optional) Classifies the memory handle as static. If this flag is not present, the handle is classified as volatile, or dynamic.

Discussion

%HANDLE_FROM_STRING creates a %MEM_PROC-style memory handle from a String object. This functionality helps to support large XML documents.

See also