|
Data Types for Command Variables
You can use the following data types for the variables in a command string:
Data type
| Description
| Strings
| String data types are delimited by leading and trailing white spaces and
quotation marks. MCI removes single quotation marks from a string. To put a
quotation mark in a string, use a set of two quotation marks where you want to embed
your quotation mark. To use an empty string, use two quotation marks delimited by
leading and trailing white spaces.
| Signed long integers
| Signed long integer data types are delimited by leading and trailing white
spaces. Unless otherwise specified, integers can be positive or negative. If you
use negative integers, you should not separate the minus sign and the first
digit with a space.
| Rectangles
| Rectangle data types are an ordered list of four signed short values. White space
delimits this data type and separates each integer in the list.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|