Uno/Binary/Spec/Environment Descriptor

From Apache OpenOffice Wiki
< Uno‎ | Binary
Revision as of 15:34, 9 February 2007 by Kr (Talk | contribs)

Jump to: navigation, search

Type: specification State: draft

Purpose Environments for the Binary Uno Runtime.

API

[cpp]

  1. include "uno/EnvDcp.h"

void uno_EnvDcp_getTypeName(rtl_uString const * envDcp, rtl_uString ** pTypeName); void uno_EnvDcp_getPurpose (rtl_uString const * envDcp, rtl_uString ** pPurpose);

Note: All access to members of environment descriptors need to use these access functions.

Dependencies

Personal tools