This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

noNotifyMode 和 notifyNextLink、notifyPrevLink、notifyProcessLink 的使用意义问题

在ipcFramesOut/In的参数中有noNotifyMode 和 notifyNextLink、notifyPrevLink、notifyProcessLink ,请问具体是什么关系,怎么理解他们的使用意义与场景?新人有点晕....

ipcFramesOutVpssPrm.baseCreateParams.noNotifyMode = FALSE;
ipcFramesOutVpssPrm.baseCreateParams.notifyNextLink = TRUE;
ipcFramesOutVpssPrm.baseCreateParams.notifyPrevLink = TRUE;
ipcFramesOutVpssPrm.baseCreateParams.notifyProcessLink = TRUE;

ipcFramesInDspPrm.baseCreateParams.noNotifyMode = FALSE;
ipcFramesInDspPrm.baseCreateParams.notifyNextLink = TRUE;
ipcFramesInDspPrm.baseCreateParams.notifyPrevLink = TRUE;