- Timestamp:
- Jan 31, 2023 11:19:47 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155596
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/HostChannel/VBoxHostChannelSvc.cpp
r98358 r98359 253 253 else 254 254 { 255 uint32_t u32Flags ;255 uint32_t u32Flags = 0; /* Shut up msvc*/ 256 256 const char *pszName; 257 257 uint32_t cbName; … … 508 508 const char *pszName; 509 509 uint32_t cbName; 510 uint32_t u32Code ;511 void *pvParm ;512 uint32_t cbParm ;513 void *pvData ;514 uint32_t cbData ;510 uint32_t u32Code = 0; /* Shut up msvc*/ 511 void *pvParm = NULL; /* Shut up msvc*/ 512 uint32_t cbParm = 0; /* Shut up msvc*/ 513 void *pvData = NULL; /* Shut up msvc*/ 514 uint32_t cbData = 0; /* Shut up msvc*/ 515 515 516 516 rc = VBoxHGCMParmPtrGet(&paParms[0], (void **)&pszName, &cbName);
Note:
See TracChangeset
for help on using the changeset viewer.