¡@

Home 

c# Programming Glossary: dwflags

“An internal error occurred.” when loading pfx file with X509Certificate2

http://stackoverflow.com/questions/1345262/an-internal-error-occurred-when-loading-pfx-file-with-x509certificate2

_LoadCertFromFile String fileName IntPtr password UInt32 dwFlags Boolean persistKeySet SafeCertContextHandle pCertCtx 0 System.Security.Cryptography.X509Certificates.X509Certificate...

How to resolve a .lnk in c#

http://stackoverflow.com/questions/139010/how-to-resolve-a-lnk-in-c-sharp

IntPtr hwndOwner int nFolder IntPtr hToken int dwFlags StringBuilder lpszPath Flags enum SLGP_FLAGS summary Retrieves..

Topmost form, clicking “through” possible?

http://stackoverflow.com/questions/1524035/topmost-form-clicking-through-possible

IntPtr hWnd int crKey byte alpha LWA dwFlags protected override void OnShown EventArgs e base.OnShown e int..

How can I tell that a directory is the recycle bin in C#?

http://stackoverflow.com/questions/1585295/how-can-i-tell-that-a-directory-is-the-recycle-bin-in-c

MarshalAs UnmanagedType.LPStruct Guid rfid uint dwFlags IntPtr hToken out IntPtr pszPath known folder GUID declarations..

How to use filegroupdescriptor to drag file to explorer c#

http://stackoverflow.com/questions/1845654/how-to-use-filegroupdescriptor-to-drag-file-to-explorer-c-sharp

CharSet CharSet.Auto struct FILEDESCRIPTOR public UInt32 dwFlags public Guid clsid public System.Drawing.Size sizel public System.Drawing.Point.. UInt32 fileInfo.FileSize 0xFFFFFFFF fileDescriptor.dwFlags FD_WRITESTIME FD_FILESIZE FD_PROGRESSUI Int32 fileDescriptorSize..

Process.Start with different credentials with UAC on

http://stackoverflow.com/questions/2313553/process-start-with-different-credentials-with-uac-on

dwYCountChars public UInt32 dwFillAttribute public UInt32 dwFlags public short wShowWindow public short cbReserved2 public IntPtr.. UInt32 th32ParentProcessID Int32 pcPriClassBase UInt32 dwFlags MarshalAs UnmanagedType.ByValTStr SizeConst 260 string szExeFile..

Copy and Modify selected text in different application

http://stackoverflow.com/questions/235972/copy-and-modify-selected-text-in-different-application

static extern void keybd_event byte bVk byte bScan uint dwFlags uint dwExtraInfo ..... private void SendCtrlC IntPtr hWnd uint..

How to simulate Mouse Click in C#?

http://stackoverflow.com/questions/2416748/how-to-simulate-mouse-click-in-c

public static extern void mouse_event uint dwFlags uint dx uint dy uint cButtons uint dwExtraInfo private const..

Get timestamp from Authenticode Signed files in .NET

http://stackoverflow.com/questions/3281057/get-timestamp-from-authenticode-signed-files-in-net

int dwExpectedFormatTypeFlags int dwFlags out int pdwMsgAndCertEncodingType out int pdwContentType out..

Is it possible to transfer authentication from Webbrowser to WebRequest

http://stackoverflow.com/questions/3382498/is-it-possible-to-transfer-authentication-from-webbrowser-to-webrequest

cookieName StringBuilder cookieData ref int size Int32 dwFlags IntPtr lpReserved private const Int32 InternetCookieHttponly..

Using Process.Start() to start a process as a different user from within a Windows Service

http://stackoverflow.com/questions/362419/using-process-start-to-start-a-process-as-a-different-user-from-within-a-windo

DWORD dwYCountChars DWORD dwFillAttribute DWORD dwFlags WORD wShowWindow WORD cbReserved2 LPBYTE lpReserved2 HANDLE..

System.Drawing in Windows or ASP.NET services

http://stackoverflow.com/questions/390532/system-drawing-in-windows-or-asp-net-services

will get you a USEROBJECTFLAGS struct with should have a dwFlags with WSF_VISIBLE if you have a visible desktop. Alternatively..

Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic

http://stackoverflow.com/questions/3965767/function-or-interface-marked-as-restricted-or-the-function-uses-an-automation-t

HRESULT FindByType in BSTR bstrTypeURI in unsigned long dwFlags out retval IUPnPDevices pDevices Note the 2nd argument unsigned..

Show Authentication dialog in C# for windows Vista/7

http://stackoverflow.com/questions/4134882/show-authentication-dialog-in-c-sharp-for-windows-vista-7

static extern bool CredUnPackAuthenticationBuffer int dwFlags IntPtr pAuthBuffer uint cbAuthBuffer StringBuilder..

Start a windows service and launch cmd

http://stackoverflow.com/questions/4147821/start-a-windows-service-and-launch-cmd

dwYCountChars public Int32 dwFillAttribute public Int32 dwFlags public Int16 wShowWindow public Int16 cbReserved2 public IntPtr..

asynchronously GetForegroundWindow via SendMessage or something?

http://stackoverflow.com/questions/8840926/asynchronously-getforegroundwindow-via-sendmessage-or-something

lpfnWinEventProc uint idProcess uint idThread uint dwFlags DllImport user32.dll static extern bool UnhookWinEvent IntPtr..

How to AES-128 encrypt a string using a password in Delphi and decrypt in C#?

http://stackoverflow.com/questions/9188045/how-to-aes-128-encrypt-a-string-using-a-password-in-delphi-and-decrypt-in-c

hKey HCRYPTKEY dwParam LongInt pbData PBYTE dwFlags LongInt LongBool stdcall stdcall external _lib_ADVAPI32 name.. function CryptReleaseContext hProv HCRYPTPROV dwFlags LongWord LongBool stdcall external _lib_ADVAPI32 name 'CryptReleaseContext'..

Setting up Hook on Windows messages

http://stackoverflow.com/questions/9665579/setting-up-hook-on-windows-messages

lpfnWinEventProc uint idProcess uint idThread uint dwFlags DllImport user32.dll static extern bool UnhookWinEvent IntPtr..