JCL Help:GetUserObjectName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the name of the specified object.


Pascal

 function GetUserObjectName(hUserObject: THandle): string;


Parameters

Parameters Description
hUserObject: THandle Handle to the window station or desktop object for which to return information. This handle is returned by the CreateWindowStation, OpenWindowStation, CreateDesktop, or OpenDesktop function.


Return Value

The name of the specified object, or an empty string if the function failed.


Description

The description for this help topic does not exist, edit this page


About

Unit

JclSecurity


Donator

Anonymous


Notes

Under Windows 95/98/Millenium Edition, this function always returns an empty result.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page