Dhcpv6CApiInitialize function
The Dhcpv6CApiInitialize function must be the first function call made by users of DHCPv6. The function prepares the system for all other DHCPv6 function calls. Other DHCPv6 functions should only be called if the Dhcpv6CApiInitialize function executes successfully.
Syntax
DWORD APIENTRY Dhcpv6CApiInitialize( _Out_ LPDWORD Version );
Parameters
- Version [out]
-
Pointer to the DHCPv6 version implemented by the client. If a valid pointer is passed, the DHCPv6 client will be returned through it.
Return value
Returns ERROR_SUCCESS upon successful completion.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: