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 "ITravelLogEntry" in [All]

Interfaces

.

interface ITravelLogEntry {

.

    <Out(), MarshalAs(UnmanagedType.Interface)> ByRef rgElt As ITravelLogEntry, _

.
Documentation
[ITravelLogEntry] on MSDN
.

    public interface ITravelLogEntry

.

        [Out] out ITravelLogEntry rgelt,

.

    void Clone([Out] out ITravelLogEntry ppenum);

.

        [In] ITravelLogEntry ptleRelativeTo,

.

        [Out] out ITravelLogEntry pptle);

.

    int TravelTo([In] ITravelLogEntry ptle);

.

    int RemoveEntry([In] ITravelLogEntry ptle);

.

    int GetRelativeEntry([In] int iOffset, [Out] out ITravelLogEntry ptle);

.

        ITravelLogEntry ptle = null;

.

    <[In](), MarshalAs(UnmanagedType.Interface)> ByVal ptleRelativeTo As ITravelLogEntry, _

.

    <Out(), MarshalAs(UnmanagedType.Interface)> ByRef pptle As ITravelLogEntry) As Integer

.

    Function TravelTo(<[In]()> ByVal ptle As ITravelLogEntry) As Integer

.

    Function RemoveEntry(<[In](), MarshalAs(UnmanagedType.Interface)> ByVal ptle As ITravelLogEntry) As Integer

.

    <Out(), MarshalAs(UnmanagedType.Interface)> ByRef ptle As ITravelLogEntry) As Integer


 
Access PInvoke.net directly from VS: