i have a c# project AAA with the project type “class library", in another c++ project, it add the AAA.DLL in the reference, in the source code
void CTest:OnCallback(OperationCallbackInfo^% oci)
OperationCallbackInfo is class defined in AAA.dll
my question is: what does the symbol ^ and % mean in the parameter?