Changeset 78561 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- May 17, 2019 11:15:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/shmem-win.cpp
r76553 r78561 263 263 264 264 265 RTDECL(int) RTShMemDelete(const char *pszName) 266 { 267 AssertPtrReturn(pszName, VERR_INVALID_POINTER); 268 AssertReturn(*pszName != '\0', VERR_INVALID_PARAMETER); 269 270 return VERR_NOT_SUPPORTED; 271 } 272 273 265 274 RTDECL(uint32_t) RTShMemRefCount(RTSHMEM hShMem) 266 275 {
Note:
See TracChangeset
for help on using the changeset viewer.