Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
1` DF
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "delete" in [All]

rapi

. .
Summary
This function deletes an existing file from the object store.
.

public static extern bool CeDeleteFile(string lpPathName);

.

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeDeleteFileRAPI.asp

.

CeDeleteFile("\\test.txt");

.
Documentation
[CeDeleteFile] on MSDN
. .
Summary
This function deletes a named subkey from the specified registry key. The subkey to be deleted cannot have any subkeys.
.

public static extern uint CeRegDeleteKey(

.

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeRegDeleteKeyRAPI.asp

.

    CeRegDeleteKey(key,"BadKey");

.
Documentation
[CeRegDeleteKey] on MSDN
.
Summary
.

static extern uint CeRegDeleteValue(uint hKey, string sValueName);

.

Declare Function CeRegDeleteValue Lib "rapi.dll" (ByVal hKey as Integer, ByVal sValueName as String) As Integer

.

Public Function CeRegDeleteValue(ByVal hKey as Integer, ByVal sValueName as String) As Integer

.
Documentation
[CeRegDeleteValue] on MSDN
.
Summary
This function deletes an existing empty directory.

coredll

.
Summary
.

REG_NOTIFY_CHANGE_NAME = 1      '   Notify the caller if a subkey is added or deleted.

.
Summary
Deletes a named subkey from the specified registry key.
.

public static extern int RegDeleteKey(IntPtr hKey, string lpSubKey);

.
Documentation
[RegDeleteKey] on MSDN
.

public static extern int RegDeleteValue(IntPtr hKey, string lpValueName);

.
Documentation
[RegDeleteValue] on MSDN
.
Summary
This function sends a message to the system to add, modify, or delete an application-specific icon from the taskbar status area. It does not affect icons appearing on the home screen.
.

    uint NIM_DELETE = 0x02;

.

            DELETEERROR = (MMSYSERR_BASE + 18),

mapi32

.
Summary
MAPIDeleteMail - Deletes a message.
.

  /// The MAPIDeleteMail function deletes a message.

.

  public static extern uint MAPIDeleteMail(IntPtr lhSession, IntPtr ulUIParam, string lpszMessageID,

.
Documentation
[MAPIDeleteMail] on MSDN

wtsapi32

.

Use the template below then delete this header:

comctl32

13: dfgfdf
.

MODERATORS/EDITORS: Please delete this page, it's just wiki-graffiti.

.

To Run the VistaBridge Project in Visual Studio 2008, you must re-create the Application Manifest file. To do this, open the manifest already in the project, copy all of the text from it to notepad and then delete the manifest file from the project. Next, right click on the "VistaBridgeDemoApp" project and select Add New Item. Choose an Application Manifest File and MAKE SURE you name it as follows: VistaBridgeDemoApp.exe.manifest and then press enter. Now double click on the new manifest file, select all the text and replace it with the text that was copied out of the old manifest. You can now Build the solution and the Demo App should now operate properly. If you still have problems, try closing Visual Studio and then Re-opening it.

.

To Run the VistaBridge Project in Visual Studio 2008, you must re-create the Application Manifest file. To do this, open the manifest already in the project, copy all of the text from it to notepad and then delete the manifest file from the project. Next, right click on the "VistaBridgeDemoApp" project and select Add New Item. Choose an Application Manifest File and MAKE SURE you name it as follows: VistaBridgeDemoApp.exe.manifest and then press enter. Now double click on the new manifest file, select all the text and replace it with the text that was copied out of the old manifest. You can now Build the solution and the Demo App should now operate properly. If you still have problems, try closing Visual Studio and then Re-opening it.

gsapi

.

    private static extern void gsapi_delete_instance(System.IntPtr pinstance);

.

    Private Shared Sub gsapi_delete_instance(ByVal pinstance As System.IntPtr)

.

If Ghostscript has been initialized, then gsapi_exit must be called before gsapi_delete_instance.

.

       gsapi_delete_instance(pinstance);

.

This must be called on shudown if gsapi_init_with_args() had been called, just before gsapi_delete_instance().

.

        gsapi_delete_instance(pinstance);

.

    private static extern void gsapi_delete_instance(System.IntPtr pinstance);

.

        gsapi_delete_instance(inst);

wininet

.

        EntryPoint = "DeleteUrlCacheEntryA",

.

     public extern bool DeleteUrlCacheEntry(IntPtr lpszUrlName);

.

      EntryPoint:="DeleteUrlCacheEntryA", _

.

    Shared Function DeleteUrlCacheEntry( _

.
Documentation
.

    [DllImport(@"wininet", SetLastError = true, CharSet = CharSet.Auto, EntryPoint = "DeleteUrlCacheGroup", CallingConvention = CallingConvention.StdCall)]

.

    public static extern bool DeleteUrlCacheGroup(

.

       EntryPoint:="DeleteUrlCacheGroup", _

.

    Shared Function DeleteUrlCacheGroup( _

.
Documentation
.
Summary
Deletes a file stored on the FTP server.
.

static extern bool FtpDeleteFile(IntPtr hConnect, string fileName);

.

Declare Function FtpDeleteFile Lib "wininet.dll" _

.
Documentation
[FtpDeleteFile] on MSDN
.

Direct Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/FtpDeleteFile.asp

user32

22: Boshit
.

This page was created by a 5 year old and needs to be deleted. h

.

Please delete - see CBTProc

.

public static extern bool DeleteObject(IntPtr hObject);

.

     DeleteObject(imgHandle);

.

public static extern bool DeleteObject(IntPtr hObject);

.

     DeleteObject(imgHandle);

.

                rk.DeleteValue(guid);

.

                // Delete  regkey

.

                root.DeleteSubKey("POPUPTEST\\shellex\\ContextMenuHandlers\\BatchResults");

.

delete this page ... is spam!

.

delete this page ... is spam!

.

delete this page ... is spam!

.

delete this page ... is spam!

.

delete this page ... is spam!

. .
Summary
.

static extern bool DeleteMenu(IntPtr hMenu, uint uPosition, uint uFlags);

.
Documentation
[DeleteMenu] on MSDN
.

Please delete this page, this is useless spam

.

    internal const UInt32 MF_DELETE       =0x00000200;

.

        keyBuffer = keyBuffer.Replace("Delete", "_Del_");

36: GetDC
.

Specifies a clipping region that may be combined with the visible region of the DC. If the value of flags is DCX_INTERSECTRGN or DCX_EXCLUDERGN, then the operating system assumes ownership of the region and will automatically delete it when it is no longer needed. In this case, applications should not use the region—not even delete it—after a successful call to GetDCEx.</param>

.

Specifies a clipping region that may be combined with the visible region of the DC. If the value of flags is DCX_INTERSECTRGN or DCX_EXCLUDERGN, then the operating system assumes ownership of the region and will automatically delete it when it is no longer needed. In this case, applications should not use the region—not even delete it—after a successful call to GetDCEx.</param>

.

This function CREATES two GDI objects: bitmap hbmColor and bitmap hbmMask. Don't forget to delete them!!!

.

The hbmColor and hbmMask are pointers to unmanaged data and must be deleted after use. The following code will grab the icon info for a cursor handle and dispose of the unmanaged resources, if needed:

.

        if (ii.hbmColor != IntPtr.Zero) DeleteObject(ii.hbmColor);

.

        if (ii.hbmMask != IntPtr.Zero) DeleteObject(ii.hbmMask);

.

    [DllImport("gdi32.dll", EntryPoint = "DeleteObject")]

.

    static extern IntPtr DeleteObject(IntPtr hDc);

.

                VK_DELETE = 0x2E,

.

    VK_DELETE    = 0x2E,

.

//Delete Menu Item

.

         DeleteMenu(hMenu, i, MF_BYPOSITION);

.

//Delete Menu Item

.

        DeleteMenu(hMenu, i, MF_BYPOSITION);

.

    static extern bool DeleteMenu(IntPtr hMenu, uint uPosition, uint uFlags);

.

        DeleteMenu(hMenu, SC_CLOSE, MF_GRAYED);

.

This page needs to be deleted.

.

    public static extern short GlobalDeleteAtom(short nAtom);

.

        GlobalDeleteAtom(HotkeyID);

.

An application cannot use the ReleaseDC function to release a DC that was created by calling the CreateDC function; instead, it must use the DeleteDC function. ReleaseDC must be called from the same thread that called GetDC.

.

delete pls, spam

.

                Win32.DeleteObject(hBitmap);

.

            Win32.DeleteDC(memDc);

.

        public extern static Bool DeleteDC(IntPtr hdc);

.

        public extern static Bool DeleteObject(IntPtr hObject);

.

Public Const VK_DELETE = &H2E 'delete

.

    public const uint VK_DELETE = 0x2E;

ws2_32

.

        /// Delete an interface list entry.

.

        /// Delete an interface list entry.

Constants

51: a
.

delete your system

52: CB_
.

    CB_DELETESTRING = 0x0144,

.

public const int CB_DELETESTRING      = 0x0144;

.

        CB_DELETESTRING = &H144

.

    Public Const CB_DELETESTRING As Integer = &H144

.

const Int32 DRIVER_PACKAGE_DELETE_FILES = 0x00000020;

.

Const DRIVER_PACKAGE_DELETE_FILES As Int32 = &H20

.
DRIVER_PACKAGE_DELETE_FILES removes the binary files from a system that were copied to the system when the driver package was installed. The function removes a binary file from the system only if the binary file is identical to the corresponding binary file in the driver store. A caller should use this flag with caution. A caller should only use this flag if the caller can verify that a binary file in the system is not required by any other driver package or application.
.

Please delete this page.

55: EMR_
.

        EMR_DELETEOBJECT           = 40,

.

        EMR_DELETECOLORSPACE       =101,

.

const int FILE_SHARE_DELETE = 4;

.

Const FILE_SHARE_DELETE As Integer = 4

.

    public static readonly Guid GUID_DEVCLASS_FSFILTER_UNDELETE = new Guid("{0xfe8f1572, 0xc67a, 0x48c0, {0xbb, 0xac, 0x0b, 0x5c, 0x6d, 0x66, 0xca, 0xfb}}");

.
Summary
59: LR_
.

    /// which case the LR_COPYDELETEORG flag is ignored. If this flag is not specified, a new object is always created.

.

    /// Deletes the original image after creating the copy.

.

    public const int LR_COPYDELETEORG = 0x0008;

.

    ''' which case the LR_COPYDELETEORG flag is ignored. If this flag is not specified, a new object is always created.

.

    ''' Deletes the original image after creating the copy.

.

    LR_COPYDELETEORG = &H8

60: NERR_
.

        /// <summary> 2206 - @W The logoff processor did not delete the message alias. </summary>

.

        /// <summary> 2207 - The logoff processor did not delete the message alias. </summary>

.

        /// <summary> 2278 - The computer name could not be deleted. </summary>

.

        /// <summary> 2298 - @W This message alias will be deleted later. </summary>

.

        public const int DeleteLater = 2298;

.

        /// <summary> 2299 - The message alias was not successfully deleted from all networks. </summary>

.

        /// <summary> 2321 - The share must be removed from the Distributed File System before it can be deleted. </summary>

.

        /// <summary> 2372 - The system cannot delete current connections to network resources. </summary>

.

        /// <summary> 2434 - A user's session with this server has been deleted </summary>

.

        /// <summary> 2682 - The DFS root cannot be deleted. Uninstall DFS if required. </summary>

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: