Subversion Repositories userdetect2

Rev

Rev 69 | Rev 71 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 70
Line 30... Line 30...
30
}
30
}
31
 
31
 
32
UD2_API UD2_STATUS IdentificationStringW(LPWSTR lpIdentifier, DWORD cchSize) {
32
UD2_API UD2_STATUS IdentificationStringW(LPWSTR lpIdentifier, DWORD cchSize) {
33
         return UD2_WriteStrW(lpIdentifier, cchSize, L"Example");
33
         return UD2_WriteStrW(lpIdentifier, cchSize, L"Example");
34
}
34
}
-
 
35
 
-
 
36
UD2_API BOOL DescribeOwnStatusCodeW(LPWSTR lpErrorDescription, DWORD cchSize, UD2_STATUS statusCode, LANGID wLangID) {
-
 
37
          // This function does not use non-generic status codes
-
 
38
        return FALSE;
-
 
39
}