 |
|
|  |  |
 |
GetHandleInformation ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetHandleInformation function retrieves certain properties of an object handle. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL GetHandleInformation(
HANDLE hObject,
LPDWORD lpdwFlags
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER GetHandleInformation IN kernel32;
INTEGER hObject,;
INTEGER @ lpdwFlags
|
 |  |  | | Parameters: |  | hObject
[in] Handle to an object whose information is to be retrieved.
lpdwFlags
[out] Pointer to a variable that receives a set of bit flags that specify properties of the object handle. |
 |  | | Return value: |  | | If the function succeeds, the return value is nonzero. |
 |  | | Usage: |  |
nFlags = 0
= GetHandleInformation(hProcess, @nFlags)
|
 |  | | My comment: |  | You can specify a handle to one of the following types of objects: access token, event, file, file mapping, job, mailslot, mutex, pipe, printer, process, registry key, semaphore, serial communication device, socket, thread, or waitable timer.
See also: SetHandleInformation |
 |  | | Word Index links for the GetHandleInformation : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2003-07-07 16:39:06 | | Modified: | 2010-05-27 13:43:40 | Visited in last 7 days: 17 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |