How to add your knowledge

allocateResource()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Wraps the internal resource and returns a "user" pointer to its new wrapper.

    Syntax

    allocateResource ( resourceClass as Name, _
                        rawPointer as User ) As User 
    Argument Type Description
    resourceClass Name The name to use for this resource.
    rawPointer User The pointer for the object of interest.

    See Also: CloseResource()