DirectShow Programming
15
3.3.2
GetNetworkInterface
The GetNetworkInterface method returns the filters’ current Net-
work Interface Card (NIC) address.
Syntax
HRESULT GetNetworkInterface(
ULONG* pNIC
);
Parameters
pNIC
Pointer to a variable that retrieves the NIC address, in network
order (bytes ordered form left to right). You can use the inet_addr
function to convert a standard dotted-format string (such as
“255.255.255.255) to the correct binary number.
Return values
Value
Description
E_INVALIDARG
Invalid IP address.
S_OK
The method succeeded.
Содержание 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 ...