Exemplo n.º 1
0
 private static extern int Unmanaged_SetupREDMonitorAttachedGeometry(ref REDMonitorAttachedGeometry standAloneMode);
Exemplo n.º 2
0
 public int iV_SetupREDMonitorAttachedGeometry(ref REDMonitorAttachedGeometry standAloneMode)
 {
     return Unmanaged_SetupREDMonitorAttachedGeometry(ref standAloneMode);
 }