Difference between revisions of "Uno/Binary/Spec/Environment Descriptor"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Updated.)
m (Updated state.)
 
Line 1: Line 1:
Type: specification State: draft
+
Type: Specification State: Evolving  Availability: URE 1.3
  
 
[[Uno/Spec/Purpose Environment|Purpose Environments]] for the [[Uno/Binary|Binary Uno]] [[Uno/Spec/Runtime|Runtime]].
 
[[Uno/Spec/Purpose Environment|Purpose Environments]] for the [[Uno/Binary|Binary Uno]] [[Uno/Spec/Runtime|Runtime]].

Latest revision as of 11:52, 22 May 2007

Type: Specification State: Evolving Availability: URE 1.3

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