There are many specifications on this page https://msdn.microsoft.com/en-us/library/jj712081.aspx
I'm interested in RPC protocol sequences, such as "RPC over named pipes".In particular, I need to find out if there are any tools like SHGetKnownFolderPath or SHGetFolderPath, to get 32-bit WOW folders (
example: x64 machine - C: \ Program Files (x86) and C: \ Windows \ SysWOW64
x32 machine - C: \ Program Files and C: \ Windows \ system32 )
The RPC command should return the correct 32-bit folder, depending on the system's (64 bit or 32 bit).Is It possible?