Пример #1
0
 public int GetUnsignedInt64([ComAliasName("OLE.LPCOLESTR")] string collectionPath, [ComAliasName("OLE.LPCOLESTR")] string propertyName, out ulong value)
 {
     value = inner.GetUInt64(collectionPath, propertyName);
     return(0);
 }