Desktop Functions: Smart Device Functions:
|
Search Results for "ITravelLogStg" in [All]Interfaces
public interface ITravelLogStg
public static Guid IID_ITravelLogStg = new Guid("7EBFDD80-AD18-11d3-A4C5-00C04F72D6B8");
//QueryService for ITravelLogStg
int hr = psp.QueryService(ref SID_STravelLogCursor, ref IID_ITravelLogStg, out oret);
ITravelLogStg tlstg = Marshal.GetObjectForIUnknown(oret) as ITravelLogStg;
Public Interface ITravelLogStg |