Gentee Programming Language > Documentation > Libraries Download documentation

setidvm

The function fills a idvm structure.
 
type idvm {
      uint   id
      uint   vm
}

Fields

idFunction identifier.
vmVirtual machine identifier.

Function description
 
idvm setidvm(
      idvm   iv,
      uint   idfunc
)

Parameters

ivA structure of the idvm type.
idfuncFunction identifier.

Return value

The function returns the parameter iv.

See also

    Other functions


 Copyright © 2004-2006 Gentee Inc. All rights reserved.