JCL Help:SetUserObjectFullAccess

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Permits full access to a user object.


Pascal

 function SetUserObjectFullAccess(hUserObject: THandle): Boolean;


Parameters

Parameters Description
hUserObject: THandle Handle to a user object for which full access is to be granted.


Return Value

True on success, False otherwise.


Description

The SetUserObjectFullAccess function permits full access to a user object. This can be, for example, a window or a DDE conversation.


About

Unit

JclSecurity


Donator

Anonymous


Notes

Under Windows 95/98/Millenium Edition, this function does nothing; in addition, it always returns True.


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