Home
last modified time | relevance | path

Searched refs:CSIDL_COMMON_DOCUMENTS (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.pm147 sub CSIDL_COMMON_DOCUMENTS () { 0x002E } # All Users\Documents subroutine
DWin32.xs80 #ifndef CSIDL_COMMON_DOCUMENTS
81 # define CSIDL_COMMON_DOCUMENTS 0x002E macro
808 case CSIDL_COMMON_DOCUMENTS: name = L"Common Documents"; break;