Can u repost ur images ?
It's not visible .
Ok here's how to copy the url from the image and post it here
( Updating )
< How to copy the url of an image >
Internet Explorer
Click on the desired picture with the right mouse button.
Select Properties from the menu.
Highlight the address appearing under Address (URL):.
Press Ctrl-C.
Mozilla Firefox
Click on the image with the right mouse button.
Choose Copy Image Location from the menu.
Safari and Opera
Click on the desired image with the right mouse button (or holding down Ctrl while clicking with the left or only button).
Select Copy Image Address from the menu.
Google Chrome
Click on the image with the right mouse button.
Select Copy Image URL from the menu that comes up.
So according to this image above it says tht " Expression: ("Buffer is too small && 0" ) " .
This error means that "deviceName" is not large enough to fit the null-terminated string in "volumePath". Also, sizeof(deviceName) will not return the size of the buffer, but rather the size of deviceName's type (that's what sizeof does). In this case, that would probablt be the same as sizeof(char*), which is 4 bytes in x86 and 8 in x64. What you probably want to do is 1. allocate a buffer large enough to hold whatever volumePath holds, and 2. pass this as the second parameter to strcpy_s.
Hope it helped .
Sorry im not helping that much for some time now .
Busy with some internet stuffs .