Methods : CloseProtocol method

CloseProtocol method
Description
Closes the specified protocol file.
Syntax
 
HRESULT CloseProtocol(
[in] BSTR protocol,
[out,retval] enum V11ReturnCode* returnCode
);
Parameters
 
Return value
The CloseProtocol function method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .
Sample code
Visual C++
 
Visual Basic .NET
 
Related information