Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "MAPILogoff" in [All]

mapi32

.
Summary
MAPILogoff - The MAPILogoff function ends a session with the messaging system.
.

/// The MAPILogoff function ends a session with the messaging system.

.

private static extern uint MAPILogoff(IntPtr lhSession, IntPtr ulUIParam, uint flFlags, uint ulReserved);

.

''' The MAPILogoff function ends a session with the messaging system.

.

Private Shared Function MAPILogoff(ByVal lhSession As IntPtr, ByVal ulUIParam As IntPtr, ByVal flFlags As UInteger, ByVal ulReserved As UInteger) As UInteger

.

        errorCode = MAPILogoff( session, parentWindowPtr , 0, 0 );

.

        errorCode = MAPILogoff(session, parentWindowPtr, 0, 0)

.
Documentation
[MAPILogoff] on MSDN

 
Access PInvoke.net directly from VS: