Lines Matching defs:ISharedFolder
938 struct ISharedFolder;
988 typedef struct ISharedFolder ISharedFolder;
1995 nsresult (*GetSharedFolders)(IVirtualBox *pThis, PRUint32 *sharedFoldersSize, ISharedFolder * **sharedFolders);
2740 nsresult (*GetSharedFolders)(IMachine *pThis, PRUint32 *sharedFoldersSize, ISharedFolder * **sharedFolders);
3313 nsresult (*GetSharedFolders)(IConsole *pThis, PRUint32 *sharedFoldersSize, ISharedFolder * **sharedFolders);
5053 /* Start of struct ISharedFolder Declaration */
5063 nsresult (*GetName)(ISharedFolder *pThis, PRUnichar * *name);
5065 nsresult (*GetHostPath)(ISharedFolder *pThis, PRUnichar * *hostPath);
5067 nsresult (*GetAccessible)(ISharedFolder *pThis, PRBool *accessible);
5069 nsresult (*GetWritable)(ISharedFolder *pThis, PRBool *writable);
5071 nsresult (*GetLastAccessError)(ISharedFolder *pThis, PRUnichar * *lastAccessError);
5075 struct ISharedFolder
5079 /* End of struct ISharedFolder Declaration */