How to add your knowledge

closeResource()

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

    Synopsis

    Closes the internal resource previously obtained from the AllocateResource() function. Similar to CloseFile(), except it takes a wrapped pointer as the argument. Always returns True.

    Syntax

    closeResource ( resource as User ) As Boolean 
    Argument Type Description
    resource User The object handle previously returned by an AllocateResource() function call.