Desktop Functions: Smart Device Functions:
|
Search Results for "dwFlags" in [All]aygshell
static unsafe extern CONFIG_E DMProcessConfigXML(string pszWXMLin, CFGFlags dwFlags, out char * ppszwXMLout);
static extern bool ExitWindowsEx([MarshalAs(UnmanagedType.U4)]uint dwFlags, [MarshalAs(UnmanagedType.U4)]uint dwReserved);
Declare Function ExitWindowsEx Lib "aygshell.dll" (ByVal dwFlags As Integer, ByVal dwReserved As Integer) As Boolean
public uint dwFlags = 0;
shrginfo.dwFlags = SHRG_RETURNCMD; ws2_324: WSASocket
IntPtr lpProtocolInfo, Int32 group, OPTION_FLAGS_PER_SOCKET dwFlags); avifil325: AVIInfo
Public dwFlags As Int32 rasapi326: RasDial
public int dwFlags; 7: RasDialDlg
public int dwFlags;
public int dwFlags;
public int dwFlags;
public int dwFlags; rapi10: CeCreateFile
int dwFlagsAndAttributes, userenv
int dwFlags,
__in DWORD dwFlags, 12: GetGPOList
Int32 dwFlags, mscorsn13: StrongNameKeyGen
/// <param name="dwFlags">flags</param>
wszKeyContainer, StrongNameKeyGenFlags dwFlags, int dwKeySize, /// <param name="dwFlags">flags</param> public extern static bool StrongNameKeyGenEx([MarshalAs(UnmanagedType.LPWStr)]string wszKeyContainer, StrongNameKeyGenFlags dwFlags, int dwKeySize, Out IntPtr ppbKeyBlob, Out long pcbKeyBlob); ole32
static extern int CoWaitForMultipleHandles(uint dwFlags, uint dwTimeout, wtsapi32
static extern bool WTSRegisterSessionNotification(IntPtr hWnd, [MarshalAs(UnmanagedType.U4)] int dwFlags);
Declare Function WTSRegisterSessionNotification Lib "wtsapi32.dll" (ByVal hWnd as IntPtr, ByVal dwFlags as Int32) As Boolean
// constants that can be passed for the dwFlags parameter
private static extern bool WTSRegisterSessionNotification(IntPtr hWnd, [MarshalAs(UnmanagedType.U4)]int dwFlags); winmm17: midiInOpen
static extern uint midiInOpen(out IntPtr lphMidiIn, uint uDeviceID, IntPtr dwCallback, IntPtr dwInstance, uint dwFlags); 18: midiOutOpen
static extern uint midiOutOpen(out IntPtr lphMidiOut, uint uDeviceID, IntPtr dwCallback, IntPtr dwInstance, uint dwFlags);
<DllImport("winmm.dll")> Shared Function midiOutOpen(ByRef lphMidiOut As IntPtr, ByVal uDeviceID As UInteger, ByVal dwCallback As IntPtr, ByVal dwInstance As IntPtr, ByVal dwFlags As UInteger) As UInteger 19: midiStreamOut
int dwFlags;
Dim dwFlags As Integer 20: waveOutOpen
public static extern uint waveOutOpen(ref IntPtr hWaveOut, IntPtr uDeviceID, ref WAVEFORMATEX lpFormat, delegateWaveOutProc dwCallback, IntPtr dwInstance, uint dwFlags); audio driver will asynchronously set the WHDR_DONE bit in WAVEHDR.dwflags when
waveHdr.dwFlags = 0; // clear before waveOutPrepareHeader()
waveHdr.dwFlags |= (WHDR_BEGINLOOP | WHDR_ENDLOOP); // add the looping flag bits
while ((waveHdr.dwFlags & WHDR_DONE) == 0) // wait for it shell32
static extern uint GetFinalPathNameByHandle(IntPtr hFile, [MarshalAs(UnmanagedType.LPTStr)] StringBuilder lpszFilePath, uint cchFilePath, uint dwFlags); 23: ITaskbarList3
THUMBBUTTONFLAGS dwFlags;
uint dwFlags);
static extern int SHEmptyRecycleBin(IntPtr hWnd, string pszRootPath, uint dwFlags); 25: SHGetFolderPath
uint dwFlags, [Out] StringBuilder pszPath);
Private Shared Function SHGetFolderPath(ByVal hwndOwner As IntPtr, ByVal nFolder As Int32, ByVal hToken As IntPtr, ByVal dwFlags As Int32, ByVal pszPath As StringBuilder) As Int32 26: SHGetImageList
ref int dwFlags);
uint dwFlags,
ByVal dwFlags As UInt32,
public static extern int SHOpenFolderAndSelectItems(IntPtr pidlFolder, uint cidl, [In, MarshalAs(UnmanagedType.LPArray)] IntPtr[] apidl, uint dwFlags);
Public Shared Function SHOpenFolderAndSelectItems(ByVal pidlFolder As IntPtr, ByVal cidl As UInteger, <MarshalAs(UnmanagedType.LPArray)> ByVal apidl() As IntPtr, ByVal dwFlags As UInteger) As Integer
public static extern int SHOpenFolderAndSelectItems(IntPtr pidlFolder, uint cidl, [In, MarshalAs(UnmanagedType.LPArray)] IntPtr[] apidl, uint dwFlags);
Public Shared Function SHOpenFolderAndSelectItems(ByVal pidlFolder As IntPtr, ByVal cidl As UInteger, <MarshalAs(UnmanagedType.LPArray)> ByVal apidl() As IntPtr, ByVal dwFlags As UInteger) As Integer 29: THUMBBUTTON
public THUMBBUTTONFLAGS dwFlags; coredll
static extern int ChangeDisplaySettingsEx(string lpszDeviceName, ref DEVMODE lpDevMode, IntPtr hwnd, int dwflags, IntPtr lParam);
Declare Function ChangeDisplaySettingsEx Lib "coredll.dll" (ByVal lpszDeviceName As String, ByVal lpDevMode As Byte(), ByVal hwnd As IntPtr, ByVal dwflags As CDSFlags, ByVal lParam As IntPtr) As CDSRet
ref DEVMODE lpDevMode, IntPtr hwnd, int dwflags, IntPtr lParam);
Friend Shared Function ChangeDisplaySettingsEx(ByVal lpszDeviceName As String, ByVal lpDevMode As Byte(), ByVal hwnd As IntPtr, ByVal dwflags As CDSFlags, ByVal lParam As IntPtr) As CDSRet 31: CreateFile
static extern IntPtr CreateFile(String lpFileName, UInt32 dwDesiredAccess, UInt32 dwShareMode, IntPtr lpSecurityAttributes, UInt32 dwCreationDisposition, UInt32 dwFlagsAndAttributes, IntPtr hTemplateFile); Declare Function CreateFile Lib "coredll" (ByVal lpFileName As String, ByVal dwDesiredAccess As Integer, ByVal dwShareMode As Integer, ByVal lpSecurityAttributes As Integer, ByVal dwCreationDisposition As Integer, ByVal dwFLagsAndAttributes As Integer, ByVal hTemplateFile As Integer) As Integer 32: CreateProcess
public uint dwFlags; 33: FormatMessageW
private static extern int FormatMessage(FormatMessageFlags dwFlags, IntPtr lpSource,
private static extern int FormatMessage(FormatMessageFlags dwFlags, IntPtr lpSource,
internal static extern bool GetModuleHandleEx(UInt32 dwFlags, string lpModuleName, out IntPtr phModule);
Friend Shared Function GetModuleHandleEx(ByVal dwFlags As UInt32, ByVal lpModuleName As String, ByRef phModule As IntPtr) As Boolean
internal static extern bool GetModuleHandleEx(UInt32 dwFlags, string lpModuleName, out IntPtr phModule); 36: keybd_event
internal static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int dwExtraInfo); Declare Sub keybd_event Lib "coredll.dll" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Integer, ByVal dwExtraInfo As Integer)
int dwFlags, 37: SendInput
public uint dwFlags;
inputs[1].dwFlags = cTabControl.KEYEVENTF_KEYUP;
inputs[2].dwFlags = inputs[3].dwFlags = cTabControl.KEYEVENTF_KEYUP;
inputs[2].dwFlags = inputs[3].dwFlags = cTabControl.KEYEVENTF_KEYUP;
inputs[2].dwFlags = inputs[5].dwFlags = cTabControl.KEYEVENTF_KEYUP; dwmapi
public int dwFlags; crypt32
uint dwFlags,
ByVal dwFlags As Long, _
BOOL WINAPI CertCloseStore(HCERTSTORE hCertStore, DWORD dwFlags);
uint dwFlags);
[In] uint dwFlags, [In, Optional] ref CERT_REVOCATION_PARA pRevPara,
public static extern bool CryptAcquireCertificatePrivateKey([In] IntPtr pCert, [In] uint dwFlags, [In] IntPtr pvReserved, [In, Out] ref IntPtr phCryptProv, [In, Out] ref uint pdwKeySpec, [In, Out] ref bool pfCallerFreeProv);
Public Shared Function CryptAcquireCertificatePrivateKey(<[In]> ByVal pCert As IntPtr, <[In]> ByVal dwFlags As UInt32, <[In]> ByVal pvReserved As IntPtr, <[In], Out> ByRef phCryptProv As IntPtr, <[In], Out> ByRef pdwKeySpec As UInt32, <[In], Out> ByRef pfCallerFreeProv As Boolean) As Boolean
uint dwFlags,
static extern IntPtr CryptMsgOpenToEncode(int dwMsgEncodingType, uint dwFlags, int dwMsgType, IntPtr pvMsgEncodeInfo, IntPtr pszInnerContentObjID, IntPtr pStreamInfo); 46: CryptProtectData
CryptProtectFlags dwFlags,
ByVal dwFlags As Integer, _ Warning If the logon credentials are lost or forgotten, the data is usually unrecoverable. However, if the dwFlags parameter in the CryptProtectData function is set to CRYPTPROTECT_LOCAL_MACHINE with or without additional entropy specified in the pOptionalEntropy parameter, any user on the same computer where the data was encrypted can recover the data. 47: CryptQueryObject
Int32 dwFlags,
static extern bool CryptStringToBinary([MarshalAs(UnmanagedType.LPWStr)] string pszString, uint cchString, uint dwFlags, [Out] IntPtr pbBinary, ref uint pcbBinary, out uint pdwSkip, out uint pdwFlags);
CryptProtectFlags dwFlags,
ByVal dwFlags As Integer, _
uint dwFlags);
ByVal dwFlags As Int32) As IntPtr dwFlags for Microsoft Windows CE 5.0 wer51: WerReportAddDump
IntPtr hProcess, IntPtr hThread, WER_DUMP_TYPE dumpType, IntPtr pExceptionParam, IntPtr pDumpCustomOptions, int dwFlags); 52: WerReportSubmit
internal static extern int WerReportSubmit(IntPtr hReportHandle, WER_CONSENT consent, int dwFlags, ref IntPtr pSubmitResult); setupapi53: Option Explicit ByVal dwFlagsAndAttributes As Long, _ credui
int dwFlags,
''' <param name="dwFlags">RESERVED - must be zero.</param>
Public Shared Function CredPackAuthenticationBuffer(ByVal dwFlags As UInt32, ByVal pszUserName As String, ByVal pszPassword As String, ByVal pPackedCredentials As IntPtr, ByRef pcbPackedCredentials As UInt32) As <MarshalAs(UnmanagedType.Bool)> Boolean
''' <param name="pfSave">If set to <c>True</c> the check the "Save" checkbox on the dialog - only displayed if CREDUIWIN_CHECKBOX is passed in dwFlags.</param>
''' <param name="dwFlags">Flags to control the dialog functionality (see <see cref="CredUIWinFlags" />.</param>
ByVal dwFlags As CredUIWinFlags) As CredUIReturnCodes
private static extern bool CredUnPackAuthenticationBuffer(int dwFlags, IntPtr pAuthBuffer, uint cbAuthBuffer, StringBuilder pszUserName, ref int pcchMaxUserName, StringBuilder pszDomainName, ref int pcchMaxDomainame, StringBuilder pszPassword, ref int pcchMaxPassword);
''' <param name="dwFlags">Setting the value of this parameter to CRED_PACK_PROTECTED_CREDENTIALS (1)
Public Shared Function CredUnPackAuthenticationBuffer(ByVal dwFlags As UInt32, _
private static extern bool CredUnPackAuthenticationBuffer(int dwFlags, IntPtr pAuthBuffer, uint cbAuthBuffer, StringBuilder pszUserName, ref int pcchMaxUserName, StringBuilder pszDomainName, ref int pcchMaxDomainame, StringBuilder pszPassword, ref int pcchMaxPassword); mpr
public WNCON dwFlags;
[MarshalAs(UnmanagedType.LPStr)] string lpUserName, int dwFlags);
string lpUserName, int dwFlags);
''' <param name="dwFlags"></param>
ByVal dwFlags As Integer) As Integer
// string lpUsername, System.UInt32 dwFlags );
private static extern int WNetAddConnection2(NETRESOURCE lpNetResource, string lpPassword, string lpUsername, int dwFlags); Cut off search results after 60. Please refine your search. |