The information in this article applies to:
SUMMARYThis article provides a generic overview of how to call APIs from Microsoft Windows CE Toolkit for Visual Basic 6.0 (VBCE 6.0) applications and issues that may arise. MORE INFORMATION
VBCE 6.0 introduces the Declare statement and the ability to call Windows CE API functions and sub procedures. The Declare statement has the general form:
Detailed information about the Windows CE API functions and sub procedures is contained in the Online Help for the specific platform and for VBCE. It is also contained in the Micrososft Developer Network (MSDN).The toolkit also includes an important text file (WinCEAPI.txt) with sample procedure declarations and constant definitions. In most cases, the declarations and constant definitions can be copied directly from the text file and pasted into VBCE code. However, some of the information within the WinCEAPI.txt file is not supported in VBCE 6:
REFERENCES
WinCEAPI.txt file
Additional query words:
Keywords : kbAPI kbToolkit kbVBp600 kbWinCE kbGrpVB |
Last Reviewed: November 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |