platform

Gets the PODPlatform object for the PODSAvantGo object.

Interface
PODSAvantGo
IDL definition
nometadata readonly attribute PODSPlatform platform;
JavaScript synopsis

Not applicable

C synopsis
PODSPlatform* PODSgetPlatform(PODSAvantGo* avantgo);
Parameters
  • avantgo   The PODSAvantGo object.

Returns

The PODSPlatform object.

See also

PODSPlatform object