| Gentee Programming Language > Documentation > Libraries | Download documentation |
The function fills a idvm structure.
type idvm { uint id uint vm }
id Function identifier. vm Virtual machine identifier.
Function description
idvm setidvm( idvm iv, uint idfunc )
iv A structure of the idvm type. idfunc Function identifier.
The function returns the parameter iv.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |