CreateAPIHandle

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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.

Requirements

Header pkfuncs.h
Library coredll.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Kernel Functions

Concepts

New Kernel APIs

Other Resources

CloseHandle
DuplicateHandle