Microsoft KB Archive/265797

From BetaArchive Wiki
Knowledge Base


INFO: The Use of User-Defined Data Types in eMbedded Visual Basic Is Not Supported

Article ID: 265797

Article Last Modified on 9/4/2002



APPLIES TO

  • Microsoft eMbedded Visual Basic 3.0



This article was previously published under Q265797

SUMMARY

User-defined data types (UDTs) are not supported in eMbedded Visual Basic (eVB). The only data type provided by eVB is a Variant, which do not explicitly support user-defined data types.

Calling Windows CE APIs that use structures is also not supported from eMbedded Visual Basic. Although it is possible to use structures, Microsoft recommends that you avoid using Declare statements that include structures.

For illustration purposes only, the following resources may be helpful:

265793 HOWTO: Use the CreateProcess API from eMbedded Visual Basic


REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

241530 HOWTO: Call an API That Uses Structures from VBCE6


Keywords: kbinfo KB265797