You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SharpShell/SharpShell/Interop/IObjectWithSite.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public interface IObjectWithSite
24
24
/// Retrieves the latest site passed using SetSite.
25
25
/// </summary>
26
26
/// <param name="riid">The IID of the interface pointer that should be returned in ppvSite.</param>
27
-
/// <param name="ppvSite">Address of pointer variable that receives the interface pointer requested in riid. Upon successful return, *ppvSite contains the requested interface pointer to the site last seen in SetSite. The specific interface returned depends on the riid argument—in essence, the two arguments act identically to those in QueryInterface. If the appropriate interface pointer is available, the object must call AddRef on that pointer before returning successfully. If no site is available, or the requested interface is not supported, this method must *ppvSite to NULL and return a failure code.</param>
27
+
/// <param name="ppvSite">Address of pointer variable that receives the interface pointer requested in riid. Upon successful return, *ppvSite contains the requested interface pointer to the site last seen in SetSite. The specific interface returned depends on the riid argument—in essence, the two arguments act identically to those in QueryInterface. If the appropriate interface pointer is available, the object must call AddRef on that pointer before returning successfully. If no site is available, or the requested interface is not supported, this method must *ppvSite to NULL and return a failure code.</param>
28
28
/// <returns>This method returns S_OK on success.</returns>
Copy file name to clipboardExpand all lines: SharpShell/SharpShell/Interop/SHGDNF.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ public enum SHGDNF
16
16
SHGDN_NORMAL=0x0000,
17
17
18
18
/// <summary>
19
-
/// The name is relative to the folder from which the request was made. This is the name display to the user when used in the context of the folder. For example, it is used in the view and in the address bar path segment for the folder. This name should not include disambiguation information—for instance "username" instead of "username (on Machine)" for a particular user's folder.
19
+
/// The name is relative to the folder from which the request was made. This is the name display to the user when used in the context of the folder. For example, it is used in the view and in the address bar path segment for the folder. This name should not include disambiguation information—for instance "username" instead of "username (on Machine)" for a particular user's folder.
20
20
/// Use this flag in combinations with SHGDN_FORPARSING and SHGDN_FOREDITING.
0 commit comments