Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
C++ Specific
Inserts its argument as source text into the type-library header.
inject_statement("source_text")
Parameters
- source_text
Source text to be inserted into the type library header file.
Remarks
The text is placed at the beginning of the namespace declaration that wraps the type-library contents in the header file.
END C++ Specific