Beispiel #1
0
        public static extern int CmsGetProfileInfo(HandleRef hprofile,
		                                              CmsProfileInfo info,
		                                              string languageCode,
		                                              string countryCode,
		                                              [Out, MarshalAsAttribute(UnmanagedType.LPWStr)] StringBuilder buffer,
		                                              int bufferSize);
Beispiel #2
0
 public extern static int CmsGetProfileInfo(HandleRef hprofile, CmsProfileInfo info, string languageCode, string countryCode,
                                            [Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder buffer, int bufferSize);