Exemplo n.º 1
0
 public static extern ZyanStatus Remember(ref FormatterBuffer buffer, ref ZyanUPointer state);
Exemplo n.º 2
0
 public static extern ZyanStatus GetString(ref FormatterBuffer buffer,
                                           [MarshalAs(UnmanagedType.LPStruct)] ref ZyanString @string);
Exemplo n.º 3
0
 public static extern ZyanStatus Append(ref FormatterBuffer buffer, ZydisTokenType type);
Exemplo n.º 4
0
 public static extern ZyanStatus GetToken(ref FormatterBuffer buffer,
                                          [MarshalAs(UnmanagedType.LPStruct)] ref FormatterTokenConst token);