]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/shell32/shell32.factor
Windows bindings for security tokens
[factor.git] / basis / windows / shell32 / shell32.factor
index 30104e772322cb958861a38f3448048ccd1a43ed..1b1d1b4f09c649df701c23942ce24b8aee418237 100644 (file)
@@ -223,3 +223,5 @@ FUNCTION: HRESULT SHGetDesktopFolder ( IShellFolder** ppshf ) ;
 
 FUNCTION: UINT DragQueryFileW ( HDROP hDrop, UINT iFile, LPWSTR lpszFile, UINT cch ) ;
 ALIAS: DragQueryFile DragQueryFileW
+
+FUNCTION: BOOL IsUserAnAdmin ( ) ;
\ No newline at end of file