|
Function Data Types and Return Values
The AVIFile functions and macros use file and stream handlers implemented with
OLE technology. The standard data type of an OLE function is STDAPI, and the function returns an HRESULT value (zero for success or an error otherwise). If a function returns a value
other than an HRESULT, the type of the function's prototype has a slightly different syntax that
embeds the return value type in parentheses following STDAPI_. For example, a function that returns a LONG data value uses STDAPI_(LONG) in the prototype statement.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|