Desktop Functions: Smart Device Functions:
|
Search Results for "set" in [All]glu32
[DllImport("glu32.dll", SetLastError=true)] ole322: BIND_OPTS
[DllImport("ole32.dll", SetLastError=true)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
<DllImport("ole32.dll", CharSet:=CharSet.Unicode, ExactSpelling:=True, PreserveSig:=False)> _
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=true)]
<DllImport("ole32.dll", CharSet:=CharSet.Unicode, ExactSpelling:=True, PreserveSig:=False)> _
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
[DllImport("ole32.dll", CharSet = CharSet.Unicode)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
Setting unloadDelay=INFINITE uses the system default delay (10 minutes).
Setting unloadDelay=0 forces the unloading of any DLLs without any delay. Setting the delay too short (or zero) can have unintended consequences, as some DLL's will return control before they have finished cleaning up resources, or they will continue executing in the background.
Setting unloadDelay=INFINITE uses the system default delay (10 minutes).
Setting unloadDelay=0 forces the unloading of any DLLs without any delay. Setting the delay too short (or zero) can have unintended consequences, as some DLL's will return control before they have finished cleaning up resources, or they will continue executing in the background. 11: CoGetClassObject
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] 12: CoGetObject
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] 13: CoInitialize 14: CoInitializeEx
[DllImport("ole32.dll", CharSet = CharSet.Auto, SetLastError = true, CallingConvention = CallingConvention.StdCall)]
static extern int CoSetProxyBlanket([MarshalAs(UnmanagedType.IUnknown)] Please look at http://msdn2.microsoft.com/en-us/library/aa302389.aspx#secnetch09_callingservicedcompaspnet, which shows how to call CoSetProxyBlanket in C#. As this is published on the MS Patterns and Practices web site I would assume this would be OK and is safe. This reference has code and discusses the issues about transition from .net object to COM IUnknown reference using the Marshal functions.
System.Threading.ManualResetEvent event = new System.Threading.ManualResetEvent(false);
/// If set to FALSE, the caller must free the hGlobal after the final release. If set
ExactSpelling=true, PreserveSig=true, CharSet=CharSet.Ansi,
set {_strErrorMsg = value;}
ExactSpelling=true, PreserveSig=true, CharSet=CharSet.Ansi, 22: IIDFromString
[DllImport("ole32.dll", CharSet=CharSet.Unicode, PreserveSig=false)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode, PreserveSig=false)]
[DllImport("ole32.dll", CharSet = CharSet.Unicode)] 24: OleCreate
/// property pages do not support persisting their settings.
[DllImport("oleaut32.dll", CharSet=CharSet.Unicode, ExactSpelling=true) ] 26: OleSetClipboard
static extern int OleSetClipboard(IDataObject pDataObj);
Public Shared Function OleSetClipboard(ByVal pDataObj As System.Runtime.InteropServices.ComTypes.IDataObject) As Int32 29: ProgIDFromCLSID
[DllImport("ole32.dll", CharSet=CharSet.Unicode, PreserveSig=false)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode, PreserveSig=false)] Guids generated with this will return the name using the FmtIdToPropStgName Function, and can be used to generate a new IPropertyStorage interface with IPropertySetStorage.Create(). The name returned will be filled to 26 chars with the letter 'a' due to the fixed size of a Guid and the fact that we're passing all zeros in the BitArray after the name finishes to reach this size.
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] 32: SetConvertStg 33: SetErrorInfo 34: StgCreateDocfile
/// Indicates that the compound file already exists and the grfMode parameter is set to STGM_FAILIFTHERE.
/// Indicates that the compound file already exists and the grfMode parameter is set to STGM_FAILIFTHERE. 37: StgOpenStorage
[DllImport("ole32.dll", CharSet = CharSet.Unicode)] 38: StgSetTimes 39: StringFromCLSID
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] 40: StringFromGUID2
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true)] 41: StringFromIID
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] 42: Win2K
[DllImport("ole32.dll", SetLastError=true)]
[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] wer
[DllImport("wer.dll", SetLastError = true, CharSet = CharSet.Unicode)]
<DllImport("wer.dll", SetLastError:=True, CharSet:=CharSet.Unicode)> Private Shared Function WerAddExcludedApplication(ByVal pwzExeName As String, ByVal bAllUsers As Boolean) As Integer 45: WerReportAddDump
[DllImport("wer.dll", CharSet = CharSet.Unicode, SetLastError = true)] 46: WerReportCreate
[DllImport("wer.dll", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("wer.dll", CharSet = CharSet.Unicode, SetLastError = true)]
internal static extern int WerReportSetParameter(IntPtr hReportHandle, int dwparamID, string pwzName, string pwzValue);
Declare Function WerReportSetParameter Lib "wer.dll" (TODO) As TODO 48: WerReportSubmit
[DllImport("wer.dll", CharSet = CharSet.Unicode, SetLastError = true)] uxtheme
[DllImport("uxtheme.dll", SetLastError=true)]
static extern int BufferedPaintSetAlpha(IntPtr hBufferedPaint, [In] ref RECT prc, byte alpha);
Declare Function BufferedPaintSetAlpha Lib "uxtheme.dll" (TODO) As TODO 51: CloseThemeData
public extern static Int32 CloseThemeData(IntPtr hTheme);
Declare Function CloseThemeData Lib "uxtheme.dll" (ByVal hTheme As IntPtr) As Int32
Function CloseThemeData(ByVal hTheme As IntPtr) As Int32 52: DrawThemeText
<DllImport("uxtheme.dll", ExactSpelling:=True, CharSet:=CharSet.Unicode)> _ 53: DrawThemeTextEx
<DllImport("uxtheme.dll", ExactSpelling:=True, CharSet:=CharSet.Unicode)> _
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)] When creating the StringBuilder variable, an initial size must be set otherwise an unmanaged exception is thrown
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _ 56: GetThemeFilename
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)] You could use this to get the theme file name, change this style temporarily, and then set it back! 57: GetThemeFont
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _ 58: GetThemeString
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _ 59: GetThemeSysFont
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _
[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _ Cut off search results after 60. Please refine your search. |