 |
 |
 |
|
|  |  |
 |
SetHandleInformation ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets certain properties of an object handle. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL WINAPI SetHandleInformation(
__in HANDLE hObject,
__in DWORD dwMask,
__in DWORD dwFlags
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER SetHandleInformation IN kernel32;
INTEGERh Object,;
LONG dwMask,;
LONG dwFlags
|
 |  |  | | Parameters: |  | hObject [in]
A handle to an object whose information is to be set.
dwMask [in]
A mask that specifies the bit flags to be changed. Use the same constants shown in the description of dwFlags.
dwFlags [in]
Set of bit flags that specifies properties of the object handle. This parameter can be 0 or one or more of the following values. |
 |  | | Return value: |  | | If the function succeeds, the return value is nonzero. |
 |  | | My comment: |  | | See also: GetHandleInformation, CloseHandle |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2010-05-27 13:43:54 | | Modified: | 2010-05-27 13:46:22 | Visited in last 7 days: 24 |
|
 |
 |
 |
 |
Copyright © 2001-2010
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.0.85), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|