Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
8/28/2008
This function creates an API set from the list of functions passed as a parameter.
HANDLE CreateAPISet(
char acName[4],
USHORT cFunctions,
const PFNVOID *ppfnMethods,
const ULONGLONG *pu64Sig
);
- acName
[in] Name of the API set.
- cFunctions
[in] Number of functions for this API set.
- ppfnMethods
[in] Array of functions for the API set.
- pu64Sig
[in] Array of signatures for the functions.
A handle to the API set.
Before any process can become a handle server, the process must create and register a handle-based API set with this function and RegisterAPISet.
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Kernel Functions
RegisterAPISet
Creating, Registering, and Using a Handle-based API Set
New Kernel APIs
Handle Tables: Windows CE 5.0 vs. Windows Embedded CE 6.0