Possible Duplicate:
Calling private method in C++
I have a DLL, and in that DLL they exposed some functions but one of them is private. The function is C_MORPHO_Device::InitUsbDevicesNameEnum(PUL o_pul_NbUsbDevice).
How can I call this InitUsbDevicesNameEnum function in my application?