Come liberare ptrSentFromPinvokedDLL?Come liberare IntPtr in C#?
IntPtr ptrSentFromPinvokedDLL= IntPtr.Zero;
int resultFromVendor = CallVendorDll(ref ptrSentFromPinvokedDLL);
resultFromVendor = DoMoreWorkFromVendorDLL(
ptrSentFromPinvokedDLL, "workonthis");
// Free ptrSentFromPinvokedDLLhere
Beh, come ha fatto il venditore * * allocare il puntatore? Utilizzare corrispondente deallocatore. –
Presumendo ancora bisogno di liberarlo. – Michael