Click here to Skip to main content
15,895,815 members

Comments by Member 14130865 (Top 10 by date)

Member 14130865 2-Aug-19 9:03am View    
@Afzaal Ahmad Zeeshan thank you for this information.
Member 14130865 24-Mar-19 11:48am View    
@11917640 Member yes and i have already solved it . using strlen to check my string size before sending it :D
Member 14130865 18-Mar-19 12:06pm View    
@Rick York could you link some of them , because i don't know how to share a mutex or an event between kernel and user mode . btw i don't want to use any system threads or DevicIocontrol . :D
Member 14130865 11-Mar-19 13:57pm View    
@Gerry Schmitz thanks for answering me in such a rude way :D
Member 14130865 11-Mar-19 13:56pm View    
@Rick York so could i use a mutex inside my RPM function and share it with kernel driver then when my kernel driver executes that "read_shared_memory" request , it will release the mutex and i can use it back to read the file from kernel that has the Readoutput . its confusing tbh