CreateAPIHandle (Compact 2013)
3/28/2014
This function creates a handle and associates the handle to the specified handle object.
Syntax
HANDLE CreateAPIHandle(
HANDLE hASet,
LPVOID pvData
);
Parameters
- hASet
[in] Handle to an API set.
- pvData
[in] Handle object.
Return Value
A handle associated with the specified handle object.
Link Library: Coredll.lib.
Requirements
Header |
pkfuncs.h |
Library |
coredll.lib |
See Also
Reference
Kernel Functions
DuplicateHandle