Exemplo n.º 1
0
 private static extern int Unmanaged_SetupStandAloneModeGeometry(ref StandAloneModeGeometryStruct standAloneModeGeometry);
Exemplo n.º 2
0
 public int iV_SetupStandAloneModeGeometry(ref StandAloneModeGeometryStruct standAloneModeGeometry)
 {
     return Unmanaged_SetupStandAloneModeGeometry(ref standAloneModeGeometry);
 }