2 |
3.165212 |
BPSC |
Enum |
|
|
|
|
|
|
typedef enum // BulletProofing Success Code
{
bpscNone = 0, // no problem
bpscFixed,
bpscNotFixed,
bpscOOM
} BPSC;
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msobp.h(24,0) |
|