Help for this page

Select Code to Download


  1. or download this
    TYPEMAP
    
    PBar         T_PTROBJ
    
  2. or download this
    typedef struct __Bar {
    // ...
    ...
     OUTPUT:
         RETVAL
    
  3. or download this
    TYPEMAP
    PBarBuilder         T_PTROBJ
    PBar         T_PTROBJ
    
  4. or download this
    typedef struct __BarBuilder {
    // ...
    ...
        RETVAL = retval;
     OUTPUT:
         RETVAL