LPOCNCONNPROC typedef

LPOCNCONNPROC = IntPtr Function(IntPtr, Pointer<Utf16>, Pointer<Utf16>, Pointer<NativeType>)

Application-defined callback function that allows callers to perform additional processing to connect to the smart card.

Implementation

typedef LPOCNCONNPROC = IntPtr Function(
    IntPtr, Pointer<Utf16>, Pointer<Utf16>, Pointer);