在VC++中嵌入GoogleEarth

GoogleEarth的COM API函数中哪一个是用来关闭软件的?

 To disconnect from a side database, call logout() on the side database object:

sideDB.logout()

http://blog.sina.com.cn/s/blog_81084a3a0100tj7m.html

4)Logout
Logout介绍如下。
l 定义:登出,即离开与服务器之间的会话。
l 方程式:procedure Logout; safecall;。
代码形式请参见上述IsInitialized中的代码,基本使用方法类似,在此不再赘述。