Ok i got a function.
Code:
FunctionName(int aL, int aT, int aR, int aB, **** aD, LPTSTR aI)
{
// do whatever
}
My problem is where **** is idk what to use there, aD is not a number but a very long unicode string.
C++ i never done before, im simply trying to modify the function to add a parameter name aD. Thanks.