Ejemplo n.º 1
0
 protected static extern bool NS_StringGetIsVoid(nsAStringBase str);
Ejemplo n.º 2
0
 protected static extern void NS_StringSetIsVoid(nsAStringBase str, [MarshalAs(UnmanagedType.Bool)] bool isVoid);
Ejemplo n.º 3
0
 protected static extern int NS_StringContainerFinish(nsAStringBase container);
Ejemplo n.º 4
0
 protected static extern int NS_StringGetData(nsAStringBase str, out IntPtr data, IntPtr nullTerm);
Ejemplo n.º 5
0
 protected static extern int NS_StringSetData(nsAStringBase str, string data, int length);
Ejemplo n.º 6
0
 protected static extern int NS_StringContainerInit(nsAStringBase container);
Ejemplo n.º 7
0
 public void GetLastRunCrashIDAttribute(nsAStringBase aLastRunCrashID)
 {
     backXulRuntime.GetLastRunCrashIDAttribute(aLastRunCrashID);
 }