Exemple #1
0
 public void SetFileNotifyInformation(List <FileNotifyInformation> notifyInformationList)
 {
     FileNotifyInformationBytes = FileNotifyInformation.GetBytes(notifyInformationList);
 }
 public void SetFileNotifyInformation(List <FileNotifyInformation> notifyInformationList)
 {
     OutputBuffer = FileNotifyInformation.GetBytes(notifyInformationList);
 }