CreateTypeLib2 (Windows Embedded CE 6.0)
1/6/2010
This function creates a type library in the file/in-memory format that makes use of memory-mapped files for 32-bit platforms. Its output parameter (ppctlib) points to a newly created object that supports the ICreateTypeLib2 interface.
Syntax
HRESULT CreateTypeLib2(
SYSKIND syskind,
LPOLESTR szFile,
ICreateTypeLib2** ppctlib
);
Parameters
- syskind
[in] The target OS to create a type library for.
- szFile
[in] The name of the file to create.
- ppctlib
[out] Pointer to an instance supporting the ICreateTypeLib interface.
Remarks
The operating system does not implement the ICreateTypeLib2::SaveAllChanges method.
Passing invalid (and under some circumstances NULL) pointers to this function causes an unexpected termination of the application.
Requirements
Header | oleauto.h |
Library | oleaut32.lib |
Windows Embedded CE | Windows CE 2.0 and later |