You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch (type) {
case CREATE_PROCESS:
ret= GetProcessNotifyInfo(count, items);
break;
case CREATE_THREAD:
ret = GetThreadNotifyInfo(count, items);
break;
case LOAD_IMAGE:
ret = GetImageNotifyInfo(count, items);
break;
case CM_REGISTRY:
ret = GetRegistryNotifyInfo(count, items);
break;
default:
break;
}
for/while (大括号不换行)
for (int i = 0; i < notify->count; i++) {
routines.push_back(notify->items[i]);
}
while (imp->Name != 0) {
InitTableItem(imp_model_);
imp++;
}
do {
if (code) break;
if (style) {
printf("hello");
break;
}
} while (0);