1 |
4.24341 |
__VSSLNSAVEOPTIONS |
Enum |
|
|
|
|
|
|
enum __VSSLNSAVEOPTIONS
{
SLNSAVEOPT_SaveIfDirty = 0,
SLNSAVEOPT_PromptSave = 0x1,
SLNSAVEOPT_SkipDocs = 0x2,
SLNSAVEOPT_SkipProj = 0x4,
SLNSAVEOPT_SkipSolution = 0x8,
SLNSAVEOPT_SkipUserOptFile = 0x10,
SLNSAVEOPT_NoSave = 0x1e,
SLNSAVEOPT_ForceSave = 0x20,
SLNSAVEOPT_DocClose = 0x40
} ;
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\vsshell.h(3945,0) |
|