Searched defs:aCreationMode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp243 HRESULT GuestFile::getCreationMode(ULONG *aCreationMode) argument
250 *aCreationMode = mData.mOpenInfo.mCreationMode;
H A DGuestSessionImpl.cpp3082 ULONG aCreationMode, ComPtr<IGuestFile> &aFile)
3091 return fileOpenEx(aPath, aOpenMode, aDisposition, strSharingMode, aCreationMode,
3097 const com::Utf8Str &aSharingMode, ULONG aCreationMode, LONG64 aOffset,
3126 openInfo.mCreationMode = aCreationMode;
3081 fileOpen(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, ULONG aCreationMode, ComPtr<IGuestFile> &aFile) argument
3096 fileOpenEx(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, const com::Utf8Str &aSharingMode, ULONG aCreationMode, LONG64 aOffset, ComPtr<IGuestFile> &aFile) argument

Completed in 55 milliseconds