Exemplo n.º 1
0
 public void SetFileNotifyInformation(List <FileNotifyInformation> notifyInformationList)
 {
     FileNotifyInformationBytes = FileNotifyInformation.GetBytes(notifyInformationList);
 }
Exemplo n.º 2
0
 public void SetFileNotifyInformation(List <FileNotifyInformation> notifyInformationList)
 {
     OutputBuffer = FileNotifyInformation.GetBytes(notifyInformationList);
 }