|
- Description:
- This function will initialize the cd key library, on success it will return a handle that can be use for futur calls on this service. The provided port will be reserved for library communication and will be freed once the library is uninitialized, if the supplied port is not available (already binded) on the local machine, the initialization will fail.
- Returns:
- Status of the function call
- Return values:
-
Handle | on the created cd key module |
0 | if the operation failed |
- Parameters:
-
usPort | The port on wich the client will listen to. |
|