Directory
Desktop Functions: Smart Device Functions:
Misc. Pages
Search Results for "ACEs" in [All] winspool
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,wtsapi32,shlwapi,oleacc,rapi,Constants,Delegates,Enums,Interfaces,Structures
printui
.
// "\"" required for printer name with spaces
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,imm32,ntdsapi,odbccp32,Constants,Delegates,Enums,Interfaces,Structures
getuname
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,Constants,Delegates,Enums,Interfaces,Structures
shlwapi
.
Summary
PathQuoteSpaces - Searches a path for spaces. If spaces are found, the entire path is enclosed in quotation marks.
PathQuoteSpaces - Searches a path for spaces. If spaces are found, the entire path is enclosed in quotation marks.
2/7/2012 9:19:32 PM - johnbell149@gmail.com-202.74.138.1
.
/// Searches a path for spaces. If spaces are found, the entire path is enclosed in quotation marks.
.
/// <returns>TRUE if spaces were found; otherwise, FALSE.</returns>
.
[DllImport("shlwapi.dll", EntryPoint = "PathQuoteSpacesW", SetLastError = True, CharSet = CharSet.Unicode)]
.
static extern bool PathQuoteSpaces([MarshalAs(UnmanagedType.LPTStr)]System.Text.StringBuilder lpsz);
.
''' Searches a path for spaces. If spaces are found, the entire path is enclosed in quotation marks.
.
''' <returns>TRUE if spaces were found; otherwise, FALSE.</returns>
.
<DllImport("shlwapi.dll", EntryPoint:="PathQuoteSpacesW", SetLastError:=True, CharSet:=CharSet.Unicode)> _
.
Public Function PathQuoteSpaces(<MarshalAs(UnmanagedType.LPTStr)>lpsz As System.Text.StringBuilder) As <MarshalAs(UnmanagedType.Bool)> Boolean
.
Public Declare Sub PathQuoteSpaces Lib "shlwapi" Alias "PathQuoteSpacesA" _
.
Documentation
[PathQuoteSpaces] on MSDN
.
/// Removes all leading and trailing spaces from a string.
.
/// <param name="pszPath">A pointer to a null-terminated string of length MAX_PATH from which to strip all leading and trailing spaces.</param>
.
''' Removes all leading and trailing spaces from a string.
.
''' <param name="pszPath">A pointer to a null-terminated string of length MAX_PATH from which to strip all leading and trailing spaces.</param>
.
Summary
PathRenameExtension - Replaces the extension of a file name with a new extension. If the file name does not contain an extension, the extension will be attached to the end of the string.
PathRenameExtension - Replaces the extension of a file name with a new extension. If the file name does not contain an extension, the extension will be attached to the end of the string.
2/7/2012 9:26:59 PM - johnbell149@gmail.com-202.74.138.1
.
/// Replaces the extension of a file name with a new extension. If the file name does not contain an extension, the extension will be attached to the end of the string.
.
''' Replaces the extension of a file name with a new extension. If the file name does not contain an extension, the extension will be attached to the end of the string.
.
Summary
Takes a fully qualified path, and replaces folder names with their associated environment strings.
.
Summary
PathUnQuoteSpaces - Removes quotes from the beginning and end of a path
2/7/2012 9:20:38 PM - johnbell149@gmail.com-202.74.138.1
.
[DllImport("shlwapi.dll", EntryPoint = "PathUnQuoteSpacesW", SetLastError = True, CharSet= CharSet.Unicode)]
.
static extern void PathUnQuoteSpaces([MarshalAs(UnmanagedType.LPTStr)]System.Text.StringBuilder lpsz);
.
<DllImport("shlwapi.dll", EntryPoint:="PathUnQuoteSpacesW", SetLastError:=True, CharSet:=CharSet.Unicode)> _
.
Public Sub PathUnQuoteSpaces(<MarshalAs(UnmanagedType.LPTStr)>lpsz As System.Text.StringBuilder)
.
Public Declare Sub PathUnquoteSpaces Lib "shlwapi" Alias "PathUnquoteSpacesA" _
.
Documentation
[PathUnQuoteSpaces] on MSDN
.
Raymond Chen, a popular Microsoft blogger, recommends that you not worry about leaving keys because it's per-user data anyway and in many environments it's preferable to leave it behind. Definitely do not try to enumerate all user profiles to remove the keys for the other users because in the case of roaming profiles you'll likely corrupt a lot of stuff. If you want to remove all traces of your program, one alternative is to write your own SHMessageBoxCheck dialog and store the preference wherever you want. Source: http://blogs.msdn.com/oldnewthing/archive/2007/09/17/4948130.aspx
Displays a message box with a "Never show this dialog again" check box. This dialog is useful for displaying a one-time message to the user where they are likely never to want to see the dialog again.
12/14/2007 3:29:55 PM - 199.0.156.111
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,wtsapi32,winspool,oleacc,rapi,Constants,Delegates,Enums,Interfaces,Structures
httpapi
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,Constants,Delegates,Enums,Interfaces,Structures
advapi32
.
Summary
The
AddAce function adds one or more access control entries (
ACEs ) to a specified access control list (ACL).
The [AddAce] function adds one or more access control entries (ACEs) to a specified access control list (ACL).
2/6/2012 6:28:52 AM - cody@cutrer.us-66.133.111.172
TODO - a short description
10/16/2008 7:58:14 AM - anonymous
.
Set dwAclRevision to ACL_REVISION_DS if the access control list supports object-specific ACEs , otherwise use ACL_REVISION.
TODO - a short description
10/16/2008 7:58:14 AM - anonymous
.
Import
credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures
glut32
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,Constants,Delegates,Enums,Interfaces,Structures
urlmon
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,Constants,Delegates,Enums,Interfaces,Structures
shell32
.
CSIDL_NETWORK = 0x0012, // Network Neighborhood (My Network Places)
.
/// A file system directory containing the link objects that may exist in the My Network Places virtual folder.
.
CSIDL_NETWORK = 0x0012, // Network Neighborhood (My Network Places)
.
Import
credui,advapi32,gdi32,kernel32,ole32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures
dmcl40
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,imm32,ntdsapi,odbccp32,Constants,Delegates,Enums,Interfaces,Structures
oleacc
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,wtsapi32,shlwapi,winspool,rapi,Constants,Delegates,Enums,Interfaces,Structures
irprops
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,shlwapi,winspool,oleacc,rapi,Constants,Delegates,Enums,Interfaces,Structures
mpr
.
Import
advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,credui,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures
imm32
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,ntdsapi,Constants,Delegates,Enums,Interfaces,Structures
winusb
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,imm32,ntdsapi,odbccp32,Constants,Delegates,Enums,Interfaces,Structures
gdiplus
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,imm32,ntdsapi,odbccp32,Constants,Delegates,Enums,Interfaces,Structures
uxtheme
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,Constants,Delegates,Enums,Interfaces,Structures
comctl32
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,cfgmgr32,hlink,Constants,Delegates,Enums,Interfaces,Structures
wintrust
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,Constants,Delegates,Enums,Interfaces,Structures
secur32
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,Constants,Delegates,Enums,Interfaces,Structures
wininet
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,msvcrt,Constants,Delegates,Enums,Interfaces,Structures
wtsapi32
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,shlwapi,winspool,oleacc,rapi,Constants,Delegates,Enums,Interfaces,Structures
msi
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,cards,Constants,Delegates,Enums,Interfaces,Structures
quickusb
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,comctl32,cfgmgr32,hlink,ipaqutil,Constants,Delegates,Enums,Interfaces,Structures
Delegates
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,gdiplus,msdrm,odbccp32,ws2_32,Constants,Enums,Interfaces,Structures
coredll
.
It seems szTarget should start and end with a double-quote if it contains spaces -- so, you should always quote it. szShortcut should end with ".lnk".
.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,rasapi32,mpr,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures
dbghelp
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,Constants,Delegates,Enums,Interfaces,Structures
msdrm
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,imm32,ntdsapi,odbccp32,Constants,Delegates,Enums,Interfaces,Structures
hlink
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,comctl32,cfgmgr32,Constants,Delegates,Enums,Interfaces,Structures
user32
.
Summary
Places the given window in the system-maintained clipboard format listener list.
.
Dim i, numberOfInterfaces as Integer
.
numberOfInterfaces = i
.
For i = 0 to numberOfInterfaces - 1
.
//note that for this to work you will need to change the signature from 'int nIndex' to 'GWL nIndex' in all three places
.
//note that for this to work you will need to change the signature from 'int nIndex' to 'GWL nIndex' in all three places
.
' Purpose: stript the string from non-letter characters and replace by spaces
.
// Runs notepad and places it's window into form.
.
/// The SetProp function adds a new entry or changes an existing entry in the property list of the specified window. The function adds a new entry to the list if the specified character string does not exist already in the list. The new entry contains the string and the handle. Otherwise, the function replaces the string's current handle with the specified handle.
.
/// Places the window at the bottom of the Z order. If the hWnd parameter identifies a topmost
.
/// Places the window above all non-topmost windows (that is, behind all topmost windows). This
.
/// <term>HWND_TOP ((HWND)0)</term><description>Places the window at the top of the Z order.</description>
.
/// Places the window above all non-topmost windows. The window maintains its topmost position
.
/// Places the window at the top of the Z order.
.
/// Places the window at the bottom of the Z order. If the hWnd parameter identifies a topmost window, the window loses its topmost status and is placed at the bottom of all other windows.
.
/// Places the window above all non-topmost windows. The window maintains its topmost position even when it is deactivated.
.
/// Places the window above all non-topmost windows (that is, behind all topmost windows). This flag has no effect if the window is already a non-topmost window.
.
private const int LF_FACESIZE = 32;
.
/// than <see cref="LF_FACESIZE"/> including the terminating '\0'.
.
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=LF_FACESIZE)]
.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures
Structures
.
public const int LF_FACESIZE = 32;
.
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=LF_FACESIZE)]
.
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=LF_FACESIZE)]
.
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=LF_FACESIZE)]
.
''' the system uses the template to create an old-style dialog box that replaces the default dialog box.
Cut off search results after 60. Please refine your search.