Share via


CreateAPIHandle (Windows Embedded CE 6.0)

1/6/2010

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