What does this mean in C++# Programming - 葵花宝典
P*e
1 楼
int AppendString(
LPWSTR pStr,
UINT & charIndex
... )
in the header there is "..." in the parameter
what does this "..." mean?
LPWSTR pStr,
UINT & charIndex
... )
in the header there is "..." in the parameter
what does this "..." mean?