Desktop Functions: Smart Device Functions:
|
Search Results for "SetLastError" in [All]dbghelp1: Testing
[DllImport("dbghelp.dll", SetLastError=true)] mapi322: MAPILogon
<DllImport("MAPI32.dll", SetLastError:=True)> _ glossary3: Marshalling
[DllImport("glossary.dll", SetLastError=true)] 4: Marshalling
[DllImport("glossary.dll", SetLastError=true)] 5: test pinvoke
[DllImport("glossary.dll", SetLastError=true)] psapi
[DllImport("Psapi.dll", SetLastError=true)]
<DllImport("psapi.dll", CharSet:=CharSet.Auto, SetLastError:=True)> _
[DllImport("psapi.dll", SetLastError = true)]
<DllImport("psapi.dll", SetLastError:=True)> _
[DllImport("psapi.dll", CallingConvention=CallingConvention.StdCall, SetLastError = true)]
[DllImport("psapi.dll", SetLastError=true)]
<DllImport("psapi.dll", SetLastError:=True)>
[DllImport("psapi.dll", SetLastError = true)]
[DllImport("psapi.dll", SetLastError = true)]
[DllImport( "psapi.dll", CharSet = CharSet.Auto, EntryPoint = "GetPerformanceInfo", SetLastError = true )]
[DllImport("psapi.dll", SetLastError=true)]
[DllImport("psapi.dll", SetLastError = true)] gdi3211: AlphaBlend
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)] 12: BitBlt
[DllImport("gdi32.dll", EntryPoint = "BitBlt", SetLastError = true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)] 13: CopyEnhMetaFile
ResetLastError(); // sets last error to 0 using [DllImport("kernel32.dll", SetLastError = false)]public static extern int SetLastError(uint dwErrCode);
[DllImport("gdi32.dll", EntryPoint = "CopyEnhMetaFile", SetLastError = true, CharSet = CharSet.Auto)] <DllImport("gdi32.dll", SetLastError:=True)> _
[DllImport("gdi32.dll", EntryPoint = "CreateCompatibleDC", SetLastError=true)]
<DllImport("gdi32.dll", SetLastError:=True)> _ 16: CreateDC
<DllImport("gdi32.dll", SetLastError:=True, CharSet:=CharSet.Ansi)> _
[DllImport("gdi32.dll", EntryPoint = "CreateDC", CharSet = CharSet.Auto, SetLastError = true)] 17: DeviceContext
[DllImport("gdi32.dll", SetLastError=true)] 18: DrawArc
[DllImport("gdi32.dll", SetLastError=true)] 19: Ellipse
[DllImport("gdi32.dll", ExactSpelling=true, PreserveSig=true, SetLastError=true)]
<DllImport("gdi32.dll", ExactSpelling := True, PreserveSig := True, SetLastError := True)> _ 20: ExtCreatePen
[DllImport("gdi32.dll", ExactSpelling=true, PreserveSig=true, SetLastError=true)] 21: gdi32
[DllImport("gdi32.dll", SetLastError=true)] 22: GetBkColor
<DllImport("gdi32.dll", SetLastError:=True)> _ 23: GetBkMode
<DllImport("gdi32.dll", SetLastError:=True)> _ 24: GetPixel
<DllImport("gdi32.dll", SetLastError:=True)> _ 25: GetTextColor
<DllImport("gdi32.dll", SetLastError:=True)> _ 26: HBitmap
[DllImport("gdi32.dll", SetLastError=true)] 27: PostScript
[DllImport("gdi32.dll", SetLastError=true)] 28: SetBkColor
<DllImport("gdi32.dll", SetLastError:=True)> _ 29: SetBkMode
<DllImport("gdi32.dll", SetLastError:=True)> _ 30: SetTextColor
<DllImport("gdi32.dll", SetLastError:=True)> _ 31: StretchBlt
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)]
[DllImport("gdi32.dll", ExactSpelling=true, SetLastError=true)] pdh
[DllImport( "pdh.dll", SetLastError = true, CharSet = CharSet.Unicode )] odbccp3233: DataSources
[DllImport("odbccp32.dll", SetLastError=true)]
[DllImport("ODBCCP32.DLL",CharSet=CharSet.Unicode, SetLastError=true)]
<DllImport("ODBCCP32.dll",CallingConvention:=CallingConvention.WinAPI,CharSet:=CharSet.Unicode,SetLastError:=True)> _
[DllImport("ODBCCP32.DLL", CharSet=CharSet.Unicode, SetLastError=true)]
<DllImport("ODBCCP32.dll",CallingConvention:=CallingConvention.WinAPI,CharSet:=CharSet.Unicode,SetLastError:=True)> _
[DllImport("odbccp32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("odbccp32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("odbccp32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("odbccp32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("odbccp32.dll", SetLastError=true)]
<DllImport("ODBCCP32.dll", CallingConvention:=CallingConvention.Winapi, CharSet:=CharSet.Auto, SetLastError:=True)> _ 39: SQLSetConfigMode
[DllImport("odbccp32.dll", SetLastError=true)] Constants
[DllImport("advapi32.dll", SetLastError = true)]
[DllImport("advapi32.dll", SetLastError = true)]
[DllImport("advapi32.dll", SetLastError = true)]
[DllImport("advapi32.dll", SetLastError = true)]
[DllImport("kernel32.dll", SetLastError = true)] 41: WINERROR last ErrorCode recorded by your most recent API call. You will also need to make sure you change SetLastError=true when you define msports
[DllImport("msports.dll", SetLastError=true)] 43: ComDBClaimPort
[DllImport("msports.dll", SetLastError=true)] 44: ComDBClose
[DllImport("msports.dll", SetLastError=true)] 45: ComDBOpen
[DllImport("msports.dll", SetLastError=true)] 46: ComDBReleasePort
[DllImport("msports.dll", SetLastError=true)] cfgmgr32
[DllImport("cfgmgr32.dll", SetLastError=true)]
SetLastError:=True, _
SetLastError:=True, _
[DllImport("Cfgmgr32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("cfgmgr32.dll", SetLastError=true)]
[DllImport("cfgmgr32.dll", SetLastError = true)] 51: CM_Setup_DevNode
[DllImport("Cfgmgr32.dll", CharSet = CharSet.Auto, SetLastError = true)] opengl3252: 32
[DllImport("opengl32.dll", SetLastError=true)] 53: OpenGL
[DllImport("opengl32.dll", SetLastError=true)] 54: OpenGL32
[DllImport("opengl32.dll", SetLastError=true)] 55: WinXP
[DllImport("opengl32.dll", SetLastError=true)] Structures
[DllImport("advapi32", SetLastError = true, CharSet = CharSet.Unicode)] <DllImport("advapi32", SetLastError:=True, CharSet:=CharSet.Unicode)>
[DllImport("Secur32.dll", SetLastError = false)]
[DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
[DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)] 59: SERVICE_STATUS
[DllImport("advapi32.dll", SetLastError = true)] 60: StartDocPrinter
[DllImport("winspool.drv", EntryPoint="StartDocPrinterW", SetLastError=true,
[DllImport("winspool.drv", EntryPoint="StartDocPrinterA", SetLastError=true, Cut off search results after 60. Please refine your search. |