Beispiel #1
0
    static void TestRPInvokeStructIn()
    {
        DelMarshal_Struct_In d = new DelMarshal_Struct_In(Call_Struct_Delegate_In);

        if (!PInvokeDef.RPInvoke_DelMarshal_Struct_In(d))
        {
            ReportFailure("Method PInvokeDef.RPInvoke_DelMarshal_Struct_In[Managed Side],The Return value is wrong");
        }
    }
Beispiel #2
0
 public static extern bool RPInvoke_DelMarshal_Struct_In(DelMarshal_Struct_In d);