Write yourself a small C ++ / CLI helper library that provides the blocked operations available by managed code.
I believe that the fastest way to interact will be to open a managed class that internally calls an unmanaged function that itself uses built-in functions. This way, you donβt even need to go through PInvoke.
usr
source share