Desktop Functions: Smart Device Functions:
|
Search Results for "ITravelLogEntry" in [All]Interfaces
interface ITravelLogEntry {
<Out(), MarshalAs(UnmanagedType.Interface)> ByRef rgElt As ITravelLogEntry, _
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 |