GetObject( )
| Action: | GetObject gets an object either from a file stored on disk and returns a handle to the object. |
| Syntax: | GetObject (“objectname" ) |
| Parameters: |
ObjectName
|
| Returns: |
If the function succeeds it returns the handle to the object. If the function fails, it returns 0, and @ERROR will be set to a relevant errorcode. |
| See Also: |
CreateObject(
) |
| Example: |
$ObjectHandle = GetObject("LDAP://localhost")
|