Windows API Functions
49
4.5
Error Codes
Mpg24Net_GetLastErrorInfo
Use this function to get an error message of last error.
Syntax
Int Mpg24Net_GetLastErrorInfo(
TCHAR *ErrorInfo
);
Parameters
ErrorInfo
Specifies the pointer of a text buffer for storing the error message.
Users need to allocate a buffer space enough to get this error
message (max. 256 bytes).
All error codes are listed below:
Error Name
Value
Description
S_OK
0
Success
Mpg24Net_INSUFFICIENT_MEMORY
-1
Insufficient memory
Mpg24Net_INVALID_HANDLE
-2
Invalid handle number
Mpg24Net_INSTANCE_NOT_OPEN
-3
Instance has not been
opened
Mpg24Net_INSTANCE_EXCEED
-4
Exceeds the maximum
instance
Mpg24Net_INVALID_PORT
-5
Invalid port number
Mpg24Net_FILTER_NOT_REGISTER
-6
dsnet.ax or dsnet_mcast.ax
has not been registered
Mpg24Net_INTERFACE_ERROR
-7
The interface of ADLINK
Unicast/Multicast Sender/
Receiver error
Mpg24Net_DECODER_NOT_INSTALL
-8
DivX decoder, MJPEG
decompressor, Microsoft
MPEG-4 video decompres-
sor, or MPEG-2 decoder
has not been installed
Содержание PCI-MPG24
Страница 4: ......
Страница 7: ...List of Tables iii List of Tables Table 2 1 Include Files 4 Table 2 2 Library File 4 ...
Страница 8: ...iv List of Tables ...
Страница 10: ...2 Introduction ...
Страница 17: ...DirectShow Programming 9 ADLink Unicast Receiver ...
Страница 18: ...10 DirectShow Programming ADLink Multicast Sender ...
Страница 20: ...12 DirectShow Programming Unicast Receiver Preview File Save Multicast Sender ...
Страница 36: ...28 DirectShow Programming ...
Страница 51: ...Windows API Functions 43 Return Values See chapter 4 5 ...