public static extern int pa_format_info_get_prop_string_array([NativeTypeName("const pa_format_info *")] pa_format_info *f, [NativeTypeName("const char *")] sbyte *key, [NativeTypeName("char ***")] sbyte ***values, int *n_values);
Ejemplo n.º 2
0
 //  [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoGetLocalDevices(sbyte ***devices, int *numberOfDevices);
Ejemplo n.º 3
0
 public static extern HRESULT WslGetDistributionConfiguration([NativeTypeName("PCWSTR")] ushort *distributionName, [NativeTypeName("ULONG *")] uint *distributionVersion, [NativeTypeName("ULONG *")] uint *defaultUID, WSL_DISTRIBUTION_FLAGS *wslDistributionFlags, [NativeTypeName("PSTR **")] sbyte ***defaultEnvironmentVariables, [NativeTypeName("ULONG *")] uint *defaultEnvironmentVariableCount);
Ejemplo n.º 4
0
 // [Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoGetCertificates(sbyte ***certificates, int *certificatesLength);
Ejemplo n.º 5
0
 //[Verify(PlatformInvoke)]
 public static extern unsafe nabto_status_t nabtoGetProtocolPrefixes(sbyte ***prefixes, int *prefixesLength);
 public static extern unsafe uint DsGetSpnA(DS_SPN_NAME_TYPE ServiceType, sbyte *ServiceClass, sbyte *ServiceName, ushort InstancePort, ushort cInstanceNames, sbyte **pInstanceNames, ushort *pInstancePorts, uint *pcSpn, sbyte ***prpszSpn);
Ejemplo n.º 7
0
 public static extern int Xutf8TextPropertyToTextList(Display *display, [NativeTypeName("const XTextProperty *")] XTextProperty *text_prop, [NativeTypeName("char ***")] sbyte ***list_return, int *count_return);
Ejemplo n.º 8
0
 public static extern int XTextPropertyToStringList(XTextProperty *param0, [NativeTypeName("char ***")] sbyte ***param1, int *param2);