SDK Home Glossary Index Left Right Up

Machine Information V2


Section contents


Overview

Defined in

ce32base.oxh

Description

The Machine Information V2 object is derived from the Machine Information V1 object; this means that methods provided for a Machine Information V1 object may be applied to a Machine Information V2 object.


Construction / destruction


NewMachineInfoV2 - Constructor

Usage

this& = NewMachineInfoV2&:

Description

Creates a machine info V2 object and returns a handle which allows the object to be manipulated.

Return Value
this& An value which represents the created size, or 0 if creation failed
Example
  LOCAL this&

  this& = NewMachineInfoV2&:
  DeleteMachineInfoV2:(this&) 

DeleteMachineInfoV2 - Destructor

Usage

DeleteMachineInfoV2:(this&)

Description

Destroys the machine info V2 object.

Arguments
this& A handle to a machine info V2 object
Example
  LOCAL this&

  this& = NewMachineInfoV2&:
  DeleteMachineInfoV2:(this&) 

Methods provided


MachineInfoV2KeyboardIndex

Usage

index& = MachineInfoV2KeyboardIndex&:(this&)

Description

<TBS>

Arguments
this& A handle to a machine info V2object
Return value
index& The keyboard index

MachineInfoV2LanguageIndex

Usage

index& = MachineInfoV2LanguageIndex:(this&)

Description

<TBS>

Arguments
this& A handle to a machine info V2object
Return value
index& The language index

  SDK Home Glossary Index Left Right Up